| Package | Description |
|---|---|
| io.starter.formats.XLS |
| Modifier and Type | Field and Description |
|---|---|
protected ByteStreamer |
XLSRecord.streamer |
| Modifier and Type | Method and Description |
|---|---|
protected ByteStreamer |
WorkBook.createByteStreamer() |
ByteStreamer |
BiffRec.getStreamer() |
ByteStreamer |
Book.getStreamer() |
ByteStreamer |
WorkBook.getStreamer()
Get a substream by name.
|
ByteStreamer |
XLSRecord.getStreamer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContinueHandler.createBigRecContinues(BiffRec rec,
OutputStream out,
ByteStreamer streamer)
generate Continue records for records with lots of data
|
static boolean |
ContinueHandler.createContinues(BiffRec rec,
OutputStream out,
ByteStreamer streamer)
check if the record needs to have its data
spanned across Continue records.
|
static void |
ContinueHandler.createMSODGContinues(BiffRec rec,
OutputStream out,
ByteStreamer streamer)
generate the mandatory Continue records for the Obj rec type
|
static void |
ContinueHandler.createSstContinues(Sst rec,
OutputStream out,
ByteStreamer streamer)
generate Continue records for Sst records
|
static void |
ContinueHandler.createTxoContinues(Txo rec,
OutputStream out,
ByteStreamer streamer)
generate the mandatory Continue records for the Txo rec type
Txo must have at least 2 Continue recs
first one contains text data
second (last) one contains formatting runs
|
void |
BiffRec.setStreamer(ByteStreamer streamer) |
void |
XLSRecord.setStreamer(ByteStreamer str) |
void |
WorkBook.setSubStream(ByteStreamer s) |
Copyright © 2002–2019 Starter Inc.. All rights reserved.