unpackTo

Decodes binary data.

  1. void unpackTo(auto ref Range range, ref V values)
  2. void unpackTo(File file, ref V values)
  3. void unpackTo(auto ref Range range, ref V values)
  4. void unpackTo(File file, ref V values)
  5. void unpackTo(ref BinaryReader!Range reader, ref V values)
    void
    unpackTo
    (
    string format
    Range
    V...
    )
    (
    ,
    ref V values
    )
    if (
    format.length > 0
    )

Parameters

format

Format specifier

reader
Type: BinaryReader!Range

Reader instance to use values... = Values to un pack to

Throws

DecodeException

Meta