BZip2OutputStream.ReadByte Method

I needed to implement the abstract member.

[Visual Basic]
Overrides Public Function ReadByte() As Integer
[C#]
public override int ReadByte();

See Also

BZip2OutputStream Class | BZip2OutputStream Members | ICSharpCode.SharpZipLib.BZip2 Namespace