public abstract class Buffer extends Object
javolution.util.Struct
when java.nio
is
not available.Modifier and Type | Method and Description |
---|---|
int |
capacity() |
Buffer |
clear() |
Buffer |
flip() |
boolean |
hasRemaining() |
boolean |
isReadOnly() |
int |
limit() |
Buffer |
limit(int newLimit) |
Buffer |
mark() |
int |
position() |
Buffer |
position(int newPosition) |
int |
remaining() |
Buffer |
reset() |
Buffer |
rewind() |
public final int capacity()
public final Buffer clear()
public final Buffer flip()
public final boolean hasRemaining()
public boolean isReadOnly()
public final int limit()
public final Buffer limit(int newLimit)
public final Buffer mark()
public final int position()
public final Buffer position(int newPosition)
public final int remaining()
public final Buffer reset()
public final Buffer rewind()
Copyright © 2005–2017 Javolution. All rights reserved.