binary.pack

Undocumented in source.

Members

Functions

pack
ubyte[] pack(V values)

Encodes data to binary.

pack
void pack(File file, V values)

Binary encodes data to file

pack
ubyte[] pack(V values)

Binary encodes data.

pack
ubyte[] pack(File file, V values)

Binary encodes data.

pack
void pack(BinaryWriter writer, V values)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
void pack(BinaryWriter writer, V values)

Encodes data to binary.

Meta