C# Class DtaSpy.BizTalkBlockWriter

Inheritance: IBlockWriter
显示文件 Open project: niik/DtaSpy

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

BizTalkBlockWriter() public method

public BizTalkBlockWriter ( Stream output ) : System
output Stream
return System

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

WriteBlock() public method

public WriteBlock ( FragmentBlock block ) : void
block FragmentBlock
return void

WriteBlock() public method

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