C# Класс ExcelToolKit.BinaryFormat.XlsBiffRecord

BIFF:Binary Interchange File Format Represents basic BIFF record Base class for all BIFF record types
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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