Метод | Описание | |
---|---|---|
BizTalkBlockWriter ( Stream output ) : System | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
WriteBlock ( |
||
WriteBlock ( byte buffer, int offset, int count, bool compressed, int uncompressedLength ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public BizTalkBlockWriter ( Stream output ) : System | ||
output | Stream | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public WriteBlock ( |
||
block | ||
Результат | void |
public WriteBlock ( byte buffer, int offset, int count, bool compressed, int uncompressedLength ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
compressed | bool | |
uncompressedLength | int | |
Результат | void |