C# 클래스 ExcelToolKit.BinaryFormat.XlsBiffRecord

BIFF:Binary Interchange File Format Represents basic BIFF record Base class for all BIFF record types
파일 보기 프로젝트 열기: fanfeilong/exceltk 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bytes byte[]
m_readoffset int
reader ExcelBinaryReader

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : XlsBiffRecord

Returns record at specified offset

ReadArray ( int offset, int size ) : byte[]
ReadByte ( int offset ) : byte
ReadDouble ( int offset ) : double
ReadFloat ( int offset ) : float
ReadInt16 ( int offset ) : short
ReadInt32 ( int offset ) : int
ReadInt64 ( int offset ) : long
ReadUInt16 ( int offset ) : ushort
ReadUInt32 ( int offset ) : uint
ReadUInt64 ( int offset ) : ulong

보호된 메소드들

메소드 설명
XlsBiffRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : System

메소드 상세

GetRecord() 공개 정적인 메소드

Returns record at specified offset
public static GetRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : XlsBiffRecord
bytes byte byte array
offset uint position in array
reader ExcelBinaryReader
리턴 XlsBiffRecord

ReadArray() 공개 메소드

public ReadArray ( int offset, int size ) : byte[]
offset int
size int
리턴 byte[]

ReadByte() 공개 메소드

public ReadByte ( int offset ) : byte
offset int
리턴 byte

ReadDouble() 공개 메소드

public ReadDouble ( int offset ) : double
offset int
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( int offset ) : float
offset int
리턴 float

ReadInt16() 공개 메소드

public ReadInt16 ( int offset ) : short
offset int
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( int offset ) : int
offset int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( int offset ) : long
offset int
리턴 long

ReadUInt16() 공개 메소드

public ReadUInt16 ( int offset ) : ushort
offset int
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( int offset ) : uint
offset int
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( int offset ) : ulong
offset int
리턴 ulong

XlsBiffRecord() 보호된 메소드

protected XlsBiffRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : System
bytes byte
offset uint
reader ExcelBinaryReader
리턴 System

프로퍼티 상세

m_bytes 보호되어 있는 프로퍼티

protected byte[] m_bytes
리턴 byte[]

m_readoffset 보호되어 있는 프로퍼티

protected int m_readoffset
리턴 int

reader 보호되어 있는 프로퍼티

protected ExcelBinaryReader reader
리턴 ExcelBinaryReader