|
Copy the decompressed binary content of the stream into a byte
array.
This method does not alter the content of the StreamObject so it
is an efficient way of getting the decompressed data without
altering the document.
If the data could not be decompressed then an exception will be
raised.
The decompressed data is cached so that multiple calls to this
function are efficient. For this reason calling this value with a
null destination is an efficient way of determining the length of
the decompressed stream.
|