Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Read clear text data from the input stream.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.StreamsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public int ReadClearTextBuffer( byte[] outBuffer, int offset, int length ) |
| Visual Basic (Declaration) |
|---|
Public Function ReadClearTextBuffer ( _ outBuffer As Byte(), _ offset As Integer, _ length As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int ReadClearTextBuffer( array<unsigned char>^ outBuffer, int offset, int length ) |
Parameters
- outBuffer
- Type: array<
System..::.Byte
>[]()[]
The buffer to add data to.
- offset
- Type: System..::.Int32
The offset to start adding data at.
- length
- Type: System..::.Int32
The number of bytes to read.
Return Value
Returns the number of bytes actually read.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadClearTextBuffer(System.Byte[],System.Int32,System.Int32)"]