[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.FlushStoredBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)]

Syntax
| C# | Visual Basic | Managed C++ |
public void FlushStoredBlock (
byte[] stored,
int storedOffset,
int storedLength,
bool lastBlock
)
Public Sub FlushStoredBlock ( _
stored As Byte(), _
storedOffset As Integer, _
storedLength As Integer, _
lastBlock As Boolean _
)

Parameters
- stored (Byte[]())
[Missing <param> documentation for "stored"]
- storedOffset (Int32)
[Missing <param> documentation for "storedOffset"]
- storedLength (Int32)
[Missing <param> documentation for "storedLength"]
- lastBlock (Boolean)
[Missing <param> documentation for "lastBlock"]
Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)