kiss ~master (2018-09-04T06:35:33Z)
Dub
Repo
ReadBuffer
kiss
container
ByteBuffer
Undocumented in source.
interface
ReadBuffer {
bool
eof
[@property getter];
size_t
read
(size_t size, void delegate(in ubyte[]) cback);
void
rest
(size_t size);
size_t
readPos
();
size_t
length
[@property getter];
}
Members
Functions
read
size_t
read
(size_t size, void delegate(in ubyte[]) cback)
Undocumented in source.
readPos
size_t
readPos
()
Undocumented in source.
rest
void
rest
(size_t size)
Undocumented in source.
Properties
eof
bool
eof
[@property getter]
Undocumented in source.
length
size_t
length
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
kiss
container
ByteBuffer
classes
ByteBuffer
functions
findCharByte
findCharBytes
interfaces
Buffer
ReadBuffer
WriteBuffer
templates
endianToNative
nativeToEndian