Binary

Undocumented in source.

Constructors

this
this(byte[] data)
Undocumented in source.
this
this(byte[] data, int offset, int length)
Undocumented in source.

Members

Functions

asByteBuffer
ByteBuffer asByteBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
byte[] getArray()
Undocumented in source. Be warned that the author may not have intended to support it.
getArrayOffset
int getArrayOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
getLength
int getLength()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
subBinary
Binary subBinary(int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

combine
Binary combine(Collection!Binary binaries)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
Binary copy(Binary source)
Undocumented in source. Be warned that the author may not have intended to support it.
create
Binary create(ReadableBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
create
Binary create(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta