Write data to the internal buffer.
Source position: ascii85.pp line 47
published procedure TASCII85RingBuffer.Write( |
const aBuffer; |
aSize: Cardinal |
); |
aBuffer |
|
Buffer to get data from. |
aSize |
|
Total amount of bytes to read from aBuffer. |
Write writes aSize bytes from aBuffer to the internal memory buffer. Only as much bytes are written as will fit in the buffer.
|
Number of bytes in buffer. |
|
|
Read data from the internal buffer. |
|
|
Size of buffer. |