TarInputStream.WriteByte Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarInputStream.WriteByte Method 

Writes a byte to the current position in the file stream. This operation is not supported and will throw a NotSupportedException

public override void WriteByte(
   byte value
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace