[Overview][Types][Classes][Index] |
Write data encoded to the destination stream
Source position: ascii85.pp line 90
public function TASCII85EncoderStream.Write( |
const aBuffer; |
aCount: LongInt |
):LongInt; override; |
Write encodes the aCount bytes of data in aBuffer and writes the encoded data to the destination stream.
Not all data is written immediately to the destination stream. Only after the encoding stream is destroyed will the destination stream contain the full data.
|
Flushed the data to the output stream and cleans up the encoder instance. |