|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordInputStream | |
---|---|
org.apache.poi.hssf.eventusermodel | HSSF eventmodel Package provides an event-based API for reading HSSF files. |
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.record.cf | |
org.apache.poi.hssf.record.chart | |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
org.apache.poi.ss.util |
Uses of RecordInputStream in org.apache.poi.hssf.eventusermodel |
---|
Methods in org.apache.poi.hssf.eventusermodel with parameters of type RecordInputStream | |
---|---|
protected short |
HSSFEventFactory.genericProcessEvents(HSSFRequest req,
RecordInputStream in)
Processes a DocumentInputStream into essentially Record events. |
Constructors in org.apache.poi.hssf.eventusermodel with parameters of type RecordInputStream | |
---|---|
HSSFRecordStream(RecordInputStream inp)
|
Uses of RecordInputStream in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record with parameters of type RecordInputStream | |
---|---|
static Record[] |
RecordFactory.createRecord(RecordInputStream in)
create a record, if there are MUL records than multiple records are returned digested into the non-mul form. |
Uses of RecordInputStream in org.apache.poi.hssf.record.cf |
---|
Constructors in org.apache.poi.hssf.record.cf with parameters of type RecordInputStream | |
---|---|
FontFormatting(RecordInputStream in)
Creates new FontFormatting |
Uses of RecordInputStream in org.apache.poi.hssf.record.chart |
---|
Uses of RecordInputStream in org.apache.poi.hssf.util |
---|
Constructors in org.apache.poi.hssf.util with parameters of type RecordInputStream | |
---|---|
CellRangeAddress(RecordInputStream in)
Deprecated. |
|
CellRangeAddressList(RecordInputStream in)
Deprecated. |
Uses of RecordInputStream in org.apache.poi.ss.util |
---|
Constructors in org.apache.poi.ss.util with parameters of type RecordInputStream | |
---|---|
CellRangeAddress(RecordInputStream in)
|
|
CellRangeAddressList(RecordInputStream in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |