InflaterInputStream.WriteByte Method

SharpZip Compression Library

SharpZip Compression Library

InflaterInputStream.WriteByte Method 

Writes one byte to the current stream and advances the current position Always throws a NotSupportedException

public override void WriteByte(
   byte val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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