capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
Data.Builder
capnproto
Data
Data
Undocumented in source.
struct
Data
static
struct
Builder {
ByteBuffer
buffer
;
int
offset
;
int
size
;
this
(ByteBuffer buffer, int offset, int size);
ByteBuffer
asByteBuffer
();
ubyte
[]
toArray
();
}
Constructors
this
this
(ByteBuffer buffer, int offset, int size)
Undocumented in source.
Members
Functions
asByteBuffer
ByteBuffer
asByteBuffer
()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
ubyte
[]
toArray
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
ByteBuffer
buffer
;
Undocumented in source.
offset
int
offset
;
Undocumented in source.
size
int
size
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
Data
Data
structs
Builder
Reader