tristanable ~master (2022-05-11T03:14:20.3023709)
Dub
Repo
DataMessage
tristanable
encoding
Undocumented in source.
final
class
DataMessage {
static
DataMessage
decode
(byte[] bytes);
this
(ulong tag, byte[] data);
byte
[]
encode
();
byte
[]
getData
();
ulong
getTag
();
}
Constructors
this
this
(ulong tag, byte[] data)
Constructs a new DataMessage with the give
tag
and bytes
data
Members
Functions
encode
byte
[]
encode
()
Undocumented in source. Be warned that the author may not have intended to support it.
getData
byte
[]
getData
()
Undocumented in source. Be warned that the author may not have intended to support it.
getTag
ulong
getTag
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
decode
DataMessage
decode
(byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tristanable
encoding
classes
DataMessage
static functions
encodeForSend