BZip2OutputStream Methods
The methods of the BZip2OutputStream class are listed below. For a complete list of BZip2OutputStream class members, see the BZip2OutputStream Members topic.
Public Instance Methods
| Begins an asynchronous read operation. | |
| Begins an asynchronous write operation. | |
| End the current block and end compression. Close the stream and free any resources | |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. | |
| Waits for the pending asynchronous read to complete. | |
| Ends an asynchronous write operation. | |
| Determines whether the specified Object is equal to the current Object. | |
| Flush output buffers | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. | |
| Gets the Type of the current instance. | |
| Obtains a lifetime service object to control the lifetime policy for this instance. | |
| Read a block of bytes | |
| Read a byte from the stream advancing the position. | |
| Sets the current position of this stream to the given value. | |
| Sets the length of this stream to the given value. | |
| Returns a String that represents the current Object. | |
| Write a block of bytes to the stream | |
| Write a byte to the stream. |
Protected Instance Methods
| Allocates a WaitHandle object. | |
| Releases the unmanaged resources used by the BZip2OutputStream and optionally releases the managed resources. | |
| Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the BZip2OutputStream. | |
| Creates a shallow copy of the current Object. |
See Also
BZip2OutputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace