Method ReadInternal
ReadInternal(Byte[], Int32, Int32)
Expert: implements buffer refill. Reads bytes from the current position in the input.
Declaration
protected abstract void ReadInternal(byte[] b, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | b | the array to read bytes into |
System.Int32 | offset | the offset in the array to start storing bytes |
System.Int32 | length | the number of bytes to read |