Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Writes one byte to the current stream and advances the current position Always throws a NotSupportedException

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 void WriteByte(
	byte value
)
Visual Basic (Declaration)
Public Overrides Sub WriteByte ( _
	value As Byte _
)
Visual C++
public:
virtual void WriteByte(
	unsigned char value
) override

Parameters

value
Type: System..::.Byte
The byte to write.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.WriteByte(System.Byte)"]

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAny access

See Also