ByteStreamImpl.read

Returns the first T.sizeof bytes from the stream and advances the stream.

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

Meta