#include <ByteOrder.h>
Public Member Functions | |
virtual | ~ByteOrder () |
virtual String | toString () const throw () |
Static Public Member Functions | |
static const ByteOrder & | nativeOrder () |
Static Public Attributes | |
static const ByteOrder | BIG_ENDIAN |
static const ByteOrder | LITTLE_ENDIAN |
virtual beecrypt::nio::ByteOrder::~ByteOrder | ( | ) | [inline, virtual] |
static const ByteOrder& beecrypt::nio::ByteOrder::nativeOrder | ( | ) | [static] |
virtual String beecrypt::nio::ByteOrder::toString | ( | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.
const ByteOrder beecrypt::nio::ByteOrder::BIG_ENDIAN [static] |
const ByteOrder beecrypt::nio::ByteOrder::LITTLE_ENDIAN [static] |