Name | Description | |
---|---|---|
![]() | EndReached | Checks if the byte reader has reached the end of the bytes to read. |
![]() | Length | Gets the length of the byte array this reader operates on. |
![]() | Position | Gets or sets the current reader position in the byte array. |
![]() | RemainingLength | Gets the remaining number of bytes to read, which is equal to Length - Position. |