Méthode | Description | |
---|---|---|
capacity ( ) : int | ||
clear ( ) : |
||
flip ( ) : |
||
hasRemaining ( ) : bool | ||
isReadOnly ( ) : bool | ||
limit ( int newLimit ) : |
||
limit ( ) : int | ||
mark ( ) : |
||
position ( int newPosition ) : |
||
position ( ) : int | ||
remaining ( ) : int | ||
reset ( ) : |
||
rewind ( ) : |
Méthode | Description | |
---|---|---|
BufferN ( int mark, int pos, int lim, int cap ) : java.lang |
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 |
protected BufferN ( int mark, int pos, int lim, int cap ) : java.lang | ||
mark | int | |
pos | int | |
lim | int | |
cap | int | |
Résultat | java.lang |
public position ( int newPosition ) : |
||
newPosition | int | |
Résultat |