|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordFormatException | |
---|---|
org.apache.poi.hssf.dev | DEV package serves two purposes. |
org.apache.poi.hssf.eventmodel | |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.record.crypto |
Uses of RecordFormatException in org.apache.poi.hssf.dev |
---|
Methods in org.apache.poi.hssf.dev that throw RecordFormatException | |
---|---|
static Record[] |
BiffViewer.createRecords(java.io.InputStream is,
java.io.PrintWriter ps,
org.apache.poi.hssf.dev.BiffViewer.BiffRecordListener recListener,
boolean dumpInterpretedRecords)
Create an array of records from an input stream |
Uses of RecordFormatException in org.apache.poi.hssf.eventmodel |
---|
Methods in org.apache.poi.hssf.eventmodel that throw RecordFormatException | |
---|---|
void |
EventRecordFactory.processRecords(java.io.InputStream in)
Create an array of records from an input stream |
Uses of RecordFormatException in org.apache.poi.hssf.model |
---|
Subclasses of RecordFormatException in org.apache.poi.hssf.model | |
---|---|
static class |
InternalSheet.UnsupportedBOFType
|
Uses of RecordFormatException in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record that throw RecordFormatException | |
---|---|
static java.util.List<Record> |
RecordFactory.createRecords(java.io.InputStream in)
Create an array of records from an input stream |
void |
RecordInputStream.nextRecord()
Moves to the next record in the stream. |
Constructors in org.apache.poi.hssf.record that throw RecordFormatException | |
---|---|
RecordInputStream(java.io.InputStream in)
|
|
RecordInputStream(java.io.InputStream in,
EncryptionInfo key,
int initialOffset)
|
Uses of RecordFormatException in org.apache.poi.hssf.record.crypto |
---|
Constructors in org.apache.poi.hssf.record.crypto that throw RecordFormatException | |
---|---|
Biff8DecryptingStream(java.io.InputStream in,
int initialOffset,
EncryptionInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |