OutputWindow Members

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

OutputWindow Members

OutputWindow overview

Public Instance Constructors

OutputWindow Constructor Initializes a new instance of the OutputWindow class.

Public Instance Methods

CopyDict Copy dictionary to window
CopyOutput Copy contents of window to output
CopyStored Copy from input manipulator to internal window
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAvailable Get bytes available for output in window
GetFreeSpace Get remaining unfilled space in window
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Repeat Append a byte pattern already in the window itself
Reset Reset by clearing window so GetAvailable returns 0
ToString (inherited from Object) Returns a String that represents the current Object.
Write Write a byte to this output window

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

OutputWindow Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace