ByteBuffer

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
compressed
bool compressed()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
inout(grpc_byte_buffer)* handle()
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length()
Undocumented in source. Be warned that the author may not have intended to support it.
lock
void lock()
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte[] read()
Undocumented in source. Be warned that the author may not have intended to support it.
readAll
auto readAll()
Undocumented in source. Be warned that the author may not have intended to support it.
safeHandle
inout(grpc_byte_buffer)** safeHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void unlock()
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

copy
ByteBuffer copy(ByteBuffer obj)
Undocumented in source. Be warned that the author may not have intended to support it.
create
ByteBuffer create()
Undocumented in source. Be warned that the author may not have intended to support it.
create
ByteBuffer create(ubyte[] _data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta