BeginRead (inherited from Stream) | Select the method name to go to the Microsoft documentation. |
BeginWrite (inherited from Stream) | Select the method name to go to the Microsoft documentation. |
Close |
Calls finish () and closes the stream.
|
CreateObjRef (inherited from MarshalByRefObject) | Select the method name to go to the Microsoft documentation. |
EndRead (inherited from Stream) | Select the method name to go to the Microsoft documentation. |
EndWrite (inherited from Stream) | Select the method name to go to the Microsoft documentation. |
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Finish |
Finishes the stream by calling finish() on the deflater.
|
Flush |
Flushes the stream by calling flush() on the deflater and then
on the underlying stream. This ensures that all bytes are
flushed.
|
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetLifetimeService (inherited from MarshalByRefObject) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Select the method name to go to the Microsoft documentation. |
Read |
I needed to implement the abstract member.
|
ReadByte |
I needed to implement the abstract member.
|
Seek |
I needed to implement the abstract member.
|
SetLength |
I needed to implement the abstract member.
|
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Write |
Writes a len bytes from an array to the compressed stream.
|
WriteByte |
Writes a single byte to the compressed output stream.
|