Asynchronous writes arent supported, a NotSupportedException is always thrown
public override IAsyncResult BeginWrite(
byte[] buffer,
int offset,
int count,
AsyncCallback callback,
object state
);
byte[] buffer,
int offset,
int count,
AsyncCallback callback,
object state
);
Parameters
- buffer
- offset
- count
- callback
- state
Return Value
Exceptions
Exception Type | Condition |
---|---|
NotSupportedException | Any access |
See Also
DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace