C# Class DtaSpy.BizTalkBlockWriter

Inheritance: IBlockWriter
Afficher le fichier Open project: niik/DtaSpy

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

BizTalkBlockWriter() public méthode

public BizTalkBlockWriter ( Stream output ) : System
output Stream
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

WriteBlock() public méthode

public WriteBlock ( FragmentBlock block ) : void
block FragmentBlock
Résultat void

WriteBlock() public méthode

public WriteBlock ( byte buffer, int offset, int count, bool compressed, int uncompressedLength ) : void
buffer byte
offset int
count int
compressed bool
uncompressedLength int
Résultat void