#include <ByteOrder.h>
Public Member Functions | |
virtual | ~ByteOrder () |
const String & | toString () const |
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] |
const String& beecrypt::nio::ByteOrder::toString | ( | ) | const |
const ByteOrder beecrypt::nio::ByteOrder::BIG_ENDIAN [static] |
const ByteOrder beecrypt::nio::ByteOrder::LITTLE_ENDIAN [static] |