C# Class CodeOwls.TxF.TxFContentReader

Inheritance: IContentReader
Mostrar archivo Open project: beefarino/TxF

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Read ( long readCount ) : IList
Seek ( long offset, SeekOrigin origin ) : void
TxFContentReader ( Stream stream ) : System.Collections

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Read() public method

public Read ( long readCount ) : IList
readCount long
return IList

Seek() public method

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

TxFContentReader() public method

public TxFContentReader ( Stream stream ) : System.Collections
stream System.IO.Stream
return System.Collections