Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Read an
Int16 in little endian byte order.
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 int ReadLeShort() |
| Visual Basic (Declaration) |
|---|
Public Function ReadLeShort As Integer |
| Visual C++ |
|---|
public:
int ReadLeShort() |
Return Value
The short value read case to an int.
Remarks
See Also