Package | Description |
---|---|
_templates.java.nio |
Modifier and Type | Class and Description |
---|---|
class |
ByteBuffer
Clean-room implementation of ByteBuffer to support
javolution.util.Struct when java.nio is
not available. |
class |
CharBuffer
Class provided for the sole purpose of compiling the Readable interface.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
Buffer.clear() |
Buffer |
Buffer.flip() |
Buffer |
Buffer.limit(int newLimit) |
Buffer |
Buffer.mark() |
Buffer |
Buffer.position(int newPosition) |
Buffer |
Buffer.reset() |
Buffer |
Buffer.rewind() |
Copyright © 2005–2017 Javolution. All rights reserved.