[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)]
| C# | Visual Basic | Managed C++ |
public override IAsyncResult BeginWrite ( byte[] buffer, int offset, int count, AsyncCallback callback, Object state )
Public Overrides Function BeginWrite ( _ buffer As Byte(), _ offset As Integer, _ count As Integer, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult
public: virtual IAsyncResult^ BeginWrite ( array<unsigned char>^ buffer, int offset, int count, AsyncCallback^ callback, Object^ state ) override
- buffer (Byte[]())
[Missing <param> documentation for "buffer"]
- offset (Int32)
[Missing <param> documentation for "offset"]
- count (Int32)
[Missing <param> documentation for "count"]
- callback (AsyncCallback)
[Missing <param> documentation for "callback"]
- state (Object)
[Missing <param> documentation for "state"]
[Missing <returns> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)]
Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)