TarInputStream.WriteByte Method

SharpZip Compression Library

SharpZip Compression 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 val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace