Method FlushBuffer
FlushBuffer(Byte[], Int32, Int32)
Expert: implements buffer write. Writes bytes at the current position in the output.
Declaration
protected abstract void FlushBuffer(byte[] b, int offset, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | b | the bytes to write |
System.Int32 | offset | the offset in the byte array |
System.Int32 | len | the number of bytes to write |