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 |
Writes remaining compressed output data to the output stream
and closes it.
|
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 | |
Flush (inherited from DeflaterOutputStream) |
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 (inherited from DeflaterOutputStream) |
I needed to implement the abstract member.
|
ReadByte (inherited from DeflaterOutputStream) |
I needed to implement the abstract member.
|
Seek (inherited from DeflaterOutputStream) |
I needed to implement the abstract member.
|
SetLength (inherited from DeflaterOutputStream) |
I needed to implement the abstract member.
|
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Write | |
WriteByte (inherited from DeflaterOutputStream) |
Writes a single byte to the compressed output stream.
|