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

Afficher le fichier Open project: Mazrick/jni4net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BufferN ( int mark, int pos, int lim, int cap ) : java.lang

Private Methods

Méthode 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 méthode

protected BufferN ( int mark, int pos, int lim, int cap ) : java.lang
mark int
pos int
lim int
cap int
Résultat java.lang

capacity() public méthode

public capacity ( ) : int
Résultat int

clear() public méthode

public clear ( ) : BufferN
Résultat BufferN

flip() public méthode

public flip ( ) : BufferN
Résultat BufferN

hasRemaining() public méthode

public hasRemaining ( ) : bool
Résultat bool

isReadOnly() public abstract méthode

public abstract isReadOnly ( ) : bool
Résultat bool

limit() public méthode

public limit ( int newLimit ) : BufferN
newLimit int
Résultat BufferN

limit() public méthode

public limit ( ) : int
Résultat int

mark() public méthode

public mark ( ) : BufferN
Résultat BufferN

position() public méthode

public position ( int newPosition ) : BufferN
newPosition int
Résultat BufferN

position() public méthode

public position ( ) : int
Résultat int

remaining() public méthode

public remaining ( ) : int
Résultat int

reset() public méthode

public reset ( ) : BufferN
Résultat BufferN

rewind() public méthode

public rewind ( ) : BufferN
Résultat BufferN