hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
ByteWrapper
hunt
net
buffer
CompositeByteBuf
Undocumented in source.
interface
ByteWrapper (
T
) {
ByteBuf
wrap
(T bytes);
bool
isEmpty
(T bytes);
}
Members
Functions
isEmpty
bool
isEmpty
(T bytes)
Undocumented in source.
wrap
ByteBuf
wrap
(T bytes)
Undocumented in source.
Meta
Source
See Implementation
hunt
net
buffer
CompositeByteBuf
classes
CompositeByteBuf
interfaces
ByteWrapper