ByteStreamImpl.read

Returns a T[] from the stream and advances the stream.

  1. T read()
  2. T[] read(size_t length)
    struct ByteStreamImpl(Endian endianness)
    T[]
    read
    (
    T = ubyte
    )
    (
    size_t length
    )

Meta