ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.ReadByte C# (CSharp) Method

ReadByte() public method

Read a byte from stream advancing position by one
Any access
public ReadByte ( ) : int
return int
        public override int ReadByte()
        {
            throw new NotSupportedException("DeflaterOutputStream ReadByte not supported");
        }