BZip2OutputStream Members

Public Instance Constructors

BZip2OutputStreamOverloaded. Initialize a new instance of the BZip2OutputStream class.

Public Instance Properties

CanRead I needed to implement the abstract member.
CanSeek I needed to implement the abstract member.
CanWrite I needed to implement the abstract member.
Length I needed to implement the abstract member.
Position I needed to implement the abstract member.

Public Instance Methods

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
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.
Flush
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
WriteByte

Protected Instance Methods

CreateWaitHandle (inherited from Stream)Select the method name to go to the Microsoft documentation.
Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

Explicit Interface Implementations

IDisposable.Dispose (inherited from Stream)Select the method name to go to the Microsoft documentation.

See Also

BZip2OutputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace