OutputWindow.Write Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

OutputWindow.Write Method 

Write a byte to this output window

public void Write(
   int value
);

Parameters

value
value to write

Exceptions

Exception Type Condition
InvalidOperationException if window is full

See Also

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