hunt-net v0.5.13 (2021-04-13T02:45:38Z)
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