Ionic Zip Library v1.9.1.6
Read Method (buffer, offset, count)
Reference ► Ionic.Zlib ► ParallelDeflateOutputStream ► Read(array<Byte>[]()[][], Int32, Int32)
This method always throws a NotSupportedException.
Declaration Syntax
Parameters
- buffer (array<Byte>[]()[][])
- The buffer into which data would be read, IF THIS METHOD ACTUALLY DID ANYTHING.
- offset (Int32)
- The offset within that data array at which to insert the data that is read, IF THIS METHOD ACTUALLY DID ANYTHING.
- count (Int32)
- The number of bytes to write, IF THIS METHOD ACTUALLY DID ANYTHING.
Return Value
nothing.