ReadUInt16 reads uint16 with LittleEndian order
()
| 19 | ReadUInt32() (uint32, error) |
| 20 | // ReadUInt16 reads uint16 with LittleEndian order |
| 21 | ReadUInt16() (uint16, error) |
| 22 | // GetReadBytes returns read bytes |
| 23 | GetReadBytes() int64 |
| 24 | // SkipBytes skips exactly n bytes |
no outgoing calls