asn1 v2.4.0 (2018-05-01T18:14:22Z)
Home
Dub
Repo
Byteable
asn1
interfaces
An interface for anything that can be converted to and from bytes.
interface
Byteable {
size_t
fromBytes
(ubyte[] );
ubyte
[]
toBytes
();
}
Members
Functions
fromBytes
size_t
fromBytes
(ubyte[] )
toBytes
ubyte
[]
toBytes
()
Meta
Source
See Implementation
asn1
interfaces
interfaces
Byteable
An interface for anything that can be converted to and from bytes.