|
Enhanced C#
Loyc library documentation
|
Public fields | |
| ReadOnlySpan< byte > | Buf |
| The part of the file that is currently loaded. More... | |
| int | Index |
| The currrent position as an index into Buf. More... | |
| byte | Byte => Buf[Index] |
| Current byte in data stream More... | |
| int | BytesLeft => Buf.Length - Index |
| ReadOnlySpan< byte > | Span => Buf.Slice(Index) |
Public Member Functions | |
| ReadOnlySpan< byte > | Slice (int offset, int size) |
| ReadOnlySpan<byte> SyncBinary.ReaderState.ReadingPointer.Buf |
The part of the file that is currently loaded.
| int SyncBinary.ReaderState.ReadingPointer.Index |
The currrent position as an index into Buf.
1.8.7