OutputWindow.Write Method

SharpZip Compression Library

SharpZip Compression Library

OutputWindow.Write Method 

Write a byte to this output window

public void Write(
   int abyte
);

Parameters

abyte
value to write

Exceptions

Exception Type Condition
InvalidOperationException if window is full

See Also

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