binary.unpack

Undocumented in source.

Members

Functions

unpack
auto unpack(Range data)

Decodes binary data.

unpack
auto unpack(File file)

Decodes binary data from file.

unpackTo
void unpackTo(Range range, V values)

Decodes binary data.

unpackTo
void unpackTo(File file, V values)

Decodes binary data from file.

unpackTo
void unpackTo(Range range, V values)

Decodes binary data.

unpackTo
void unpackTo(File file, V values)

Decodes binary data from file.

unpackTo
void unpackTo(BinaryReader!Range reader, V values)
Undocumented in source. Be warned that the author may not have intended to support it.
unpackTo
void unpackTo(BinaryReader!Range reader, V values)

Decodes binary data.

unpacker
auto unpacker(R range)

Returns an instance of unpacker of T.

unpacker
auto unpacker(File file)

Returns an instance of unpacker of T.

Structs

Unpacker
struct Unpacker(string format, ByteOrder byteOrder = ByteOrder.Native, R)

Unpacker range.

Meta