Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Write a short value to internal buffer most significant byte first

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

Syntax

C#
public void WriteShortMSB(
	int s
)
Visual Basic (Declaration)
Public Sub WriteShortMSB ( _
	s As Integer _
)
Visual C++
public:
void WriteShortMSB(
	int s
)

Parameters

s
Type: System..::.Int32
value to write

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.PendingBuffer.WriteShortMSB(System.Int32)"]

See Also