Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Read a Int64 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 long ReadLeLong()
Visual Basic (Declaration)
Public Function ReadLeLong As Long
Visual C++
public:
long long ReadLeLong()

Return Value

The long value read.

Remarks

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

See Also