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)
Flush block to output with no compression
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.CompressionAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public void FlushStoredBlock( byte[] stored, int storedOffset, int storedLength, bool lastBlock ) |
| Visual Basic (Declaration) |
|---|
Public Sub FlushStoredBlock ( _ stored As Byte(), _ storedOffset As Integer, _ storedLength As Integer, _ lastBlock As Boolean _ ) |
| Visual C++ |
|---|
public: void FlushStoredBlock( array<unsigned char>^ stored, int storedOffset, int storedLength, bool lastBlock ) |
Parameters
- stored
- Type: array<
System..::.Byte
>[]()[]
Data to write
- storedOffset
- Type: System..::.Int32
Index of first byte to write
- storedLength
- Type: System..::.Int32
Count of bytes to write
- lastBlock
- Type: System..::.Boolean
True if this is the last block
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterHuffman.FlushStoredBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)"]