C# Class net.sf.jni4net.nio.BufferN

Show file Open project: Mazrick/jni4net Class Usage Examples

Public Methods

Method Description
capacity ( ) : int
clear ( ) : BufferN
flip ( ) : BufferN
hasRemaining ( ) : bool
isReadOnly ( ) : bool
limit ( int newLimit ) : BufferN
limit ( ) : int
mark ( ) : BufferN
position ( int newPosition ) : BufferN
position ( ) : int
remaining ( ) : int
reset ( ) : BufferN
rewind ( ) : BufferN

Protected Methods

Method Description
BufferN ( int mark, int pos, int lim, int cap ) : java.lang

Private Methods

Method Description
checkBounds ( int off, int len, int size ) : void
checkIndex ( int i ) : int
checkIndex ( int i, int nb ) : int
discardMark ( ) : void
markValue ( ) : int
nextGetIndex ( ) : int
nextGetIndex ( int nb ) : int
nextPutIndex ( ) : int
nextPutIndex ( int nb ) : int

Method Details

BufferN() protected method

protected BufferN ( int mark, int pos, int lim, int cap ) : java.lang
mark int
pos int
lim int
cap int
return java.lang

capacity() public method

public capacity ( ) : int
return int

clear() public method

public clear ( ) : BufferN
return BufferN

flip() public method

public flip ( ) : BufferN
return BufferN

hasRemaining() public method

public hasRemaining ( ) : bool
return bool

isReadOnly() public abstract method

public abstract isReadOnly ( ) : bool
return bool

limit() public method

public limit ( int newLimit ) : BufferN
newLimit int
return BufferN

limit() public method

public limit ( ) : int
return int

mark() public method

public mark ( ) : BufferN
return BufferN

position() public method

public position ( int newPosition ) : BufferN
newPosition int
return BufferN

position() public method

public position ( ) : int
return int

remaining() public method

public remaining ( ) : int
return int

reset() public method

public reset ( ) : BufferN
return BufferN

rewind() public method

public rewind ( ) : BufferN
return BufferN