C# 클래스 CodeOwls.TxF.TxFContentReader

상속: IContentReader
파일 보기 프로젝트 열기: beefarino/TxF

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Read ( long readCount ) : IList
Seek ( long offset, SeekOrigin origin ) : void
TxFContentReader ( Stream stream ) : System.Collections

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Read() 공개 메소드

public Read ( long readCount ) : IList
readCount long
리턴 IList

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : void
offset long
origin SeekOrigin
리턴 void

TxFContentReader() 공개 메소드

public TxFContentReader ( Stream stream ) : System.Collections
stream System.IO.Stream
리턴 System.Collections