ReadUInt32 reads uint32 with LittleEndian order
()
| 17 | NextReturnsSafeSlice() bool |
| 18 | // ReadUInt32 reads uint32 with LittleEndian order |
| 19 | ReadUInt32() (uint32, error) |
| 20 | // ReadUInt16 reads uint16 with LittleEndian order |
| 21 | ReadUInt16() (uint16, error) |
| 22 | // GetReadBytes returns read bytes |
no outgoing calls