Reads a byte from the stream and advances the position within the stream
by one byte, or returns -1 if at the end of the stream.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public override int ReadByte() |
Visual Basic |
---|
Public Overrides Function ReadByte As Integer |