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