beecrypt::nio::ByteBuffer Class Reference
#include <ByteBuffer.h>
List of all members.
Constructor & Destructor Documentation
| virtual beecrypt::nio::ByteBuffer::~ByteBuffer |
( |
|
) |
[virtual] |
Member Function Documentation
| static ByteBuffer* beecrypt::nio::ByteBuffer::allocate |
( |
size_t |
capacity |
) |
throw (std::bad_alloc) [static] |
| static ByteBuffer* beecrypt::nio::ByteBuffer::allocateDirect |
( |
size_t |
capacity |
) |
throw (std::bad_alloc) [static] |
| const bytearray& beecrypt::nio::ByteBuffer::array |
( |
|
) |
const throw (UnsupportedOperationException) |
| size_t beecrypt::nio::ByteBuffer::arrayOffset |
( |
|
) |
const throw (ReadOnlyBufferException, UnsupportedOperationException) |
| ByteBuffer* beecrypt::nio::ByteBuffer::asReadOnlyBuffer |
( |
|
) |
|
| virtual int beecrypt::nio::ByteBuffer::compareTo |
( |
const ByteBuffer & |
compare |
) |
const throw () [virtual] |
| bool beecrypt::nio::ByteBuffer::hasArray |
( |
|
) |
const throw () |
| virtual bool beecrypt::nio::ByteBuffer::isDirect |
( |
|
) |
const throw () [virtual] |
| const ByteOrder& beecrypt::nio::ByteBuffer::order |
( |
|
) |
const throw () |
The documentation for this class was generated from the following file: