|
||||||||||
| 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.common | |
| org.apache.poi.hssf.record.cont | |
| org.apache.poi.hssf.record.crypto | |
| 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.ss.formula.constant | |
| org.apache.poi.ss.formula.ptg | formula package contains binary PTG structures used in 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,
int cmoOt)
read a sub-record from the supplied stream |
| 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)
|
|
FtCblsSubRecord(LittleEndianInput in,
int size)
|
|
GroupMarkerSubRecord(LittleEndianInput in,
int size)
|
|
LbsDataSubRecord.LbsDropData(LittleEndianInput in)
|
|
LbsDataSubRecord(LittleEndianInput in,
int cbFContinued,
int cmoOt)
|
|
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 |
|
| 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.common |
|---|
| Constructors in org.apache.poi.hssf.record.common with parameters of type LittleEndianInput | |
|---|---|
UnicodeString.ExtRst(LittleEndianInput in,
int expectedLength)
|
|
UnicodeString.FormatRun(LittleEndianInput in)
|
|
| Uses of LittleEndianInput in org.apache.poi.hssf.record.cont |
|---|
| Classes in org.apache.poi.hssf.record.cont that implement LittleEndianInput | |
|---|---|
class |
ContinuableRecordInput
A decorated RecordInputStream that can read primitive data types
(short, int, long, etc.) spanned across a ContinueRecord boundary. |
| Uses of LittleEndianInput in org.apache.poi.hssf.record.crypto |
|---|
| Classes in org.apache.poi.hssf.record.crypto that implement LittleEndianInput | |
|---|---|
class |
Biff8DecryptingStream
|
| 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 or NPOIFSFileSystem instance. |
class |
NDocumentInputStream
This class provides methods to read a DocumentEntry managed by a NPOIFSFileSystem instance. |
class |
ODocumentInputStream
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.ss.formula.constant |
|---|
| Methods in org.apache.poi.ss.formula.constant with parameters of type LittleEndianInput | |
|---|---|
static java.lang.Object[] |
ConstantValueParser.parse(LittleEndianInput in,
int nValues)
|
| Uses of LittleEndianInput in org.apache.poi.ss.formula.ptg |
|---|
| Methods in org.apache.poi.ss.formula.ptg with parameters of type LittleEndianInput | |
|---|---|
static FuncVarPtg |
FuncVarPtg.create(LittleEndianInput in)
Creates new function pointer from a byte array usually called while reading an excel file. |
static FuncPtg |
FuncPtg.create(LittleEndianInput in)
|
static Ptg |
Ptg.createPtg(LittleEndianInput in)
|
static ErrPtg |
ErrPtg.read(LittleEndianInput in)
|
static BoolPtg |
BoolPtg.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. |
| Constructors in org.apache.poi.ss.formula.ptg with parameters of type LittleEndianInput | |
|---|---|
Area2DPtgBase(LittleEndianInput in)
|
|
Area3DPtg(LittleEndianInput in)
|
|
AreaErrPtg(LittleEndianInput in)
|
|
AreaNPtg(LittleEndianInput in)
|
|
AreaPtg(LittleEndianInput in)
|
|
AttrPtg(LittleEndianInput in)
|
|
DeletedArea3DPtg(LittleEndianInput in)
|
|
DeletedRef3DPtg(LittleEndianInput in)
Creates new DeletedRef3DPtg |
|
ExpPtg(LittleEndianInput in)
|
|
IntPtg(LittleEndianInput in)
|
|
MemAreaPtg(LittleEndianInput in)
|
|
MemErrPtg(LittleEndianInput in)
|
|
MemFuncPtg(LittleEndianInput in)
Creates new function pointer from a byte array usually called while reading an excel file. |
|
NamePtg(LittleEndianInput in)
Creates new NamePtg |
|
NameXPtg(LittleEndianInput in)
|
|
NumberPtg(LittleEndianInput in)
|
|
Ref3DPtg(LittleEndianInput in)
|
|
RefErrorPtg(LittleEndianInput in)
|
|
RefNPtg(LittleEndianInput in)
|
|
RefPtg(LittleEndianInput in)
|
|
StringPtg(LittleEndianInput in)
Create a StringPtg from a stream |
|
TblPtg(LittleEndianInput in)
|
|
| 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 | |||||||||