ByteStream.readAt

Reads at a seek without changing seek. **Does not work for dynamic arrays**

Will still return an invalid value if reading outside stream Sets incompleteRead to true if there were less bytes in stream that T.sizeof

  1. T readAt(uinteger at, bool incompleteRead)
  2. T readAt(uinteger at)
    class ByteStream
    T
    readAt
    (
    T
    )

Return Value

Type: T

the data read at position

Meta