C# Class CodeOwls.TxF.TxFContentWriter

Inheritance: IContentWriter
Datei anzeigen Open project: beefarino/TxF

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Seek ( long offset, SeekOrigin origin ) : void
TxFContentWriter ( Stream stream ) : System
Write ( IList content ) : IList

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : void
offset long
origin SeekOrigin
return void

TxFContentWriter() public method

public TxFContentWriter ( Stream stream ) : System
stream Stream
return System

Write() public method

public Write ( IList content ) : IList
content IList
return IList