Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Writes a single byte to the compressed output stream.

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 value.

Remarks

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

See Also