Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Read a byte from stream advancing position by one

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override int ReadByte()
Visual Basic (Declaration)
Public Overrides Function ReadByte As Integer
Visual C++
public:
virtual int ReadByte() override

Return Value

The byte read cast to an int. THe value is -1 if at the end of the stream.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.ReadByte"]

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAny access

See Also