| Package | Description |
|---|---|
| io.starter.formats.LEO | |
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RootStorage
The Root Storage == The Root Directory is the 1st Directory in the Directory Stream
This Directory is the root for all objects; it also stores the size and starting sector of the miniStream
The Root Directory entry behaves as both a stream and a storage object.
|
class |
Storage
Defines a 'file' in the LEO filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
BlockByteReader |
Storage.getBlockReader()
returns a new BlockByteReader
|
BlockByteReader |
BlockByteConsumer.getByteReader()
Get the BlockByteReader for this Consumer
|
BlockByteReader |
LEOFile.getDocBlockBytes()
get the bytes of the DOC file.
|
BlockByteReader |
LEOFile.getXLSBlockBytes()
get the bytes of the XLS file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockByteConsumer.setByteReader(BlockByteReader db)
Set the BlockByteReader for this Consumer
|
| Modifier and Type | Method and Description |
|---|---|
BlockByteReader |
BiffRec.getByteReader() |
BlockByteReader |
XLSRecord.getByteReader() |
BlockByteReader |
BiffRec.getEncryptedByteReader() |
BlockByteReader |
XLSRecord.getEncryptedByteReader() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
WorkBookFactory.getNextOpcodeOffset(short op,
BlockByteConsumer rec,
BlockByteReader parsedata)
Find the location of the next particular opcode
|
Book |
WorkBookFactory.getWorkBook(BlockByteReader parsedata,
LEOFile leo)
read in a WorkBook from a byte array.
|
Book |
WorkBookFactory.initWorkBook(Book book,
BlockByteReader parsedata,
LEOFile leo)
Initialize the workbook
|
protected BiffRec |
WorkBookFactory.parse(Book book,
short opcode,
int offset,
int datalen,
BlockByteReader bytebuf)
create the individual records based on type
|
void |
BiffRec.setByteReader(BlockByteReader db) |
void |
XLSRecord.setByteReader(BlockByteReader db) |
void |
BiffRec.setEncryptedByteReader(BlockByteReader db) |
void |
XLSRecord.setEncryptedByteReader(BlockByteReader db)
Hold onto the original encrypted bytes so we can do a look ahead on records
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkBookHandle.initBytes(BlockByteReader blockByteReader)
init the new WorkBookHandle
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.