|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LittleEndianInput | |
|---|---|
| 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.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. |
| org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.util | Top-level util package are classes that are useful throughout the project. |
| Uses of LittleEndianInput in org.apache.poi.hssf.record |
|---|
| Classes in org.apache.poi.hssf.record that implement LittleEndianInput | |
|---|---|
class |
RecordInputStream
Title: Record Input Stream |
| Methods in org.apache.poi.hssf.record with parameters of type LittleEndianInput | |
|---|---|
static SubRecord |
SubRecord.createSubRecord(LittleEndianInput in)
|
| Constructors in org.apache.poi.hssf.record with parameters of type LittleEndianInput | |
|---|---|
CommonObjectDataSubRecord(LittleEndianInput in,
int size)
|
|
EmbeddedObjectRefSubRecord(LittleEndianInput in,
int size)
|
|
EndSubRecord(LittleEndianInput in,
int size)
|
|
GroupMarkerSubRecord(LittleEndianInput in,
int size)
|
|
NoteStructureSubRecord(LittleEndianInput in,
int size)
Read the record data from the supplied RecordInputStream |
|
SharedValueRecordBase(LittleEndianInput in)
reads only the range (1 CellRangeAddress8Bit) from the stream |
|
UnicodeString.FormatRun(LittleEndianInput in)
|
|
| Uses of LittleEndianInput in org.apache.poi.hssf.record.cf |
|---|
| Constructors in org.apache.poi.hssf.record.cf with parameters of type LittleEndianInput | |
|---|---|
BorderFormatting(LittleEndianInput in)
Creates new FontFormatting |
|
PatternFormatting(LittleEndianInput in)
Creates new FontFormatting |
|
| Uses of LittleEndianInput in org.apache.poi.hssf.record.constant |
|---|
| Methods in org.apache.poi.hssf.record.constant with parameters of type LittleEndianInput | |
|---|---|
static java.lang.Object[] |
ConstantValueParser.parse(LittleEndianInput in,
int nValues)
|
| Uses of LittleEndianInput in org.apache.poi.hssf.record.formula |
|---|
| Methods in org.apache.poi.hssf.record.formula with parameters of type LittleEndianInput | |
|---|---|
static Ptg |
Ptg.createPtg(LittleEndianInput in)
|
static ErrPtg |
ErrPtg.read(LittleEndianInput in)
|
protected void |
RefPtgBase.readCoordinates(LittleEndianInput in)
|
protected void |
AreaPtgBase.readCoordinates(LittleEndianInput in)
|
static Ptg[] |
Ptg.readTokens(int size,
LittleEndianInput in)
Reads size bytes of the input stream, to create an array of Ptgs. |
void |
ArrayPtg.readTokenValues(LittleEndianInput in)
Read in the actual token (array) values. |
| Uses of LittleEndianInput in org.apache.poi.hssf.util |
|---|
| Constructors in org.apache.poi.hssf.util with parameters of type LittleEndianInput | |
|---|---|
CellRangeAddress8Bit(LittleEndianInput in)
|
|
| Uses of LittleEndianInput in org.apache.poi.poifs.filesystem |
|---|
| Classes in org.apache.poi.poifs.filesystem that implement LittleEndianInput | |
|---|---|
class |
DocumentInputStream
This class provides methods to read a DocumentEntry managed by a POIFSFileSystem instance. |
| Uses of LittleEndianInput in org.apache.poi.ss.formula |
|---|
| Methods in org.apache.poi.ss.formula with parameters of type LittleEndianInput | |
|---|---|
static Formula |
Formula.read(int encodedTokenLen,
LittleEndianInput in)
Convenience method for Formula.read(int, LittleEndianInput, int) |
static Formula |
Formula.read(int encodedTokenLen,
LittleEndianInput in,
int totalEncodedLen)
When there are no array constants present, encodedTokenLen==totalEncodedLen |
| Uses of LittleEndianInput in org.apache.poi.util |
|---|
| Classes in org.apache.poi.util that implement LittleEndianInput | |
|---|---|
class |
LittleEndianByteArrayInputStream
Adapts a plain byte array to LittleEndianInput |
class |
LittleEndianInputStream
Wraps an InputStream providing LittleEndianInput
This class does not buffer any input, so the stream read position maintained
by this class is consistent with that of the inner stream. |
| Methods in org.apache.poi.util with parameters of type LittleEndianInput | |
|---|---|
static java.lang.String |
StringUtil.readCompressedUnicode(LittleEndianInput in,
int nChars)
|
static java.lang.String |
StringUtil.readUnicodeLE(LittleEndianInput in,
int nChars)
|
static java.lang.String |
StringUtil.readUnicodeString(LittleEndianInput in)
InputStream in is expected to contain: ushort nChars byte is16BitFlag byte[]/char[] characterData For this encoding, the is16BitFlag is always present even if nChars==0. |
static java.lang.String |
StringUtil.readUnicodeString(LittleEndianInput in,
int nChars)
InputStream in is expected to contain: byte is16BitFlag byte[]/char[] characterData For this encoding, the is16BitFlag is always present even if nChars==0. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||