C# 클래스 ExcelToolKit.BinaryFormat.XlsBiffStream

Represents a BIFF stream
상속: XlsStream
파일 보기 프로젝트 열기: fanfeilong/exceltk 1 사용 예제들

공개 메소드들

메소드 설명
Read ( ) : XlsBiffRecord

Reads record under cursor and advances cursor position to next record

ReadAt ( int offset ) : XlsBiffRecord

Reads record at specified offset, does not change cursor position

Seek ( int offset, SeekOrigin origin ) : void

Sets stream pointer to the specified offset

XlsBiffStream ( XlsHeader hdr, uint streamStart, bool isMini, XlsRootDirectory rootDir, ExcelBinaryReader reader ) : System

메소드 상세

Read() 공개 메소드

Reads record under cursor and advances cursor position to next record
public Read ( ) : XlsBiffRecord
리턴 XlsBiffRecord

ReadAt() 공개 메소드

Reads record at specified offset, does not change cursor position
public ReadAt ( int offset ) : XlsBiffRecord
offset int
리턴 XlsBiffRecord

Seek() 공개 메소드

Sets stream pointer to the specified offset
public Seek ( int offset, SeekOrigin origin ) : void
offset int Offset value
origin SeekOrigin Offset origin
리턴 void

XlsBiffStream() 공개 메소드

public XlsBiffStream ( XlsHeader hdr, uint streamStart, bool isMini, XlsRootDirectory rootDir, ExcelBinaryReader reader ) : System
hdr XlsHeader
streamStart uint
isMini bool
rootDir XlsRootDirectory
reader ExcelBinaryReader
리턴 System