|
||||||||||
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.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
org.apache.poi.hssf.record.cf | |
org.apache.poi.hssf.record.constant | |
org.apache.poi.hssf.record.formula | formula package contains binary PTG structures used in Formulas |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
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. |
static Record |
SubRecord.createSubRecord(RecordInputStream in)
|
int |
LinkedDataFormulaField.fillField(RecordInputStream in)
|
protected void |
UnicodeString.fillFields(RecordInputStream in)
|
Uses of RecordInputStream in org.apache.poi.hssf.record.aggregates |
---|
Methods in org.apache.poi.hssf.record.aggregates with parameters of type RecordInputStream | |
---|---|
protected void |
RecordAggregate.fillFields(RecordInputStream in)
|
Uses of RecordInputStream in org.apache.poi.hssf.record.cf |
---|
Constructors in org.apache.poi.hssf.record.cf with parameters of type RecordInputStream | |
---|---|
BorderFormatting(RecordInputStream in)
Creates new FontFormatting |
|
FontFormatting(RecordInputStream in)
Creates new FontFormatting |
|
PatternFormatting(RecordInputStream in)
Creates new FontFormatting |
Uses of RecordInputStream in org.apache.poi.hssf.record.constant |
---|
Methods in org.apache.poi.hssf.record.constant with parameters of type RecordInputStream | |
---|---|
static java.lang.Object[] |
ConstantValueParser.parse(RecordInputStream in,
int nValues)
|
Uses of RecordInputStream in org.apache.poi.hssf.record.formula |
---|
Methods in org.apache.poi.hssf.record.formula with parameters of type RecordInputStream | |
---|---|
static Ptg |
Ptg.createPtg(RecordInputStream in)
|
static ErrPtg |
ErrPtg.read(RecordInputStream in)
|
protected void |
RefPtgBase.readCoordinates(RecordInputStream in)
|
protected void |
AreaPtgBase.readCoordinates(RecordInputStream in)
|
static Ptg[] |
Ptg.readTokens(int size,
RecordInputStream in)
Reads size bytes of the input stream, to create an array of Ptgs. |
void |
ArrayPtg.readTokenValues(RecordInputStream in)
Read in the actual token (array) values. |
Uses of RecordInputStream in org.apache.poi.hssf.util |
---|
Constructors in org.apache.poi.hssf.util with parameters of type RecordInputStream | |
---|---|
CellRangeAddress(RecordInputStream in)
|
|
CellRangeAddress8Bit(RecordInputStream in)
|
|
CellRangeAddressList(RecordInputStream in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |