Property | Type | Description | |
---|---|---|---|
m_bytes | byte[] | ||
m_readoffset | int | ||
reader | ExcelBinaryReader |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : |
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 |
Method | Description | |
---|---|---|
XlsBiffRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : System |
public static GetRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : |
||
bytes | byte | byte array |
offset | uint | position in array |
reader | ExcelBinaryReader | |
return |
public ReadArray ( int offset, int size ) : byte[] | ||
offset | int | |
size | int | |
return | byte[] |
protected XlsBiffRecord ( byte bytes, uint offset, ExcelBinaryReader reader ) : System | ||
bytes | byte | |
offset | uint | |
reader | ExcelBinaryReader | |
return | System |