Method | Description | |
---|---|---|
BizTalkBlockWriter ( Stream output ) : System | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
WriteBlock ( |
||
WriteBlock ( byte buffer, int offset, int count, bool compressed, int uncompressedLength ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public BizTalkBlockWriter ( Stream output ) : System | ||
output | Stream | |
return | System |
public WriteBlock ( |
||
block | ||
return | void |
public WriteBlock ( byte buffer, int offset, int count, bool compressed, int uncompressedLength ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
compressed | bool | |
uncompressedLength | int | |
return | void |