StreamExtensions.ReadUInt24OrThrow Method
Definition
Reads a UInt24 from the stream, throwing EndOfStreamException if the end of the stream has been reached.
public static UInt24 ReadUInt24OrThrow(this Stream stream, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | |
| endian | Endian | The endianness to use. |
Returns
The UInt24 value read from the stream.