Uses of Interface
org.apache.poi.util.LittleEndianInput
Packages that use LittleEndianInput
Package
Description
Record package contains class representations for XLS binary strutures.
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
Implementation of the ECMA-376 and MS-propritary document encryptions
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
This package contains common internal POI code for manipulating formulas.
formula package contains binary PTG structures used in Formulas
Top-level util package are classes that are useful throughout the project.
-
Uses of LittleEndianInput in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with parameters of type LittleEndianInput -
Uses of LittleEndianInput in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties with parameters of type LittleEndianInputModifier and TypeMethodDescriptionstatic List<HSLFTabStop>
HSLFTabStopPropCollection.readTabStops
(LittleEndianInput lei) -
Uses of LittleEndianInput in org.apache.poi.hssf.record
Classes in org.apache.poi.hssf.record that implement LittleEndianInputModifier and TypeClassDescriptionfinal class
Title: Record Input Stream Description: Wraps a stream and provides helper methods for the construction of records.Methods in org.apache.poi.hssf.record with parameters of type LittleEndianInputModifier and TypeMethodDescriptionstatic SubRecord
SubRecord.createSubRecord
(LittleEndianInput in, int cmoOt) read a sub-record from the supplied streamConstructors in org.apache.poi.hssf.record with parameters of type LittleEndianInputModifierConstructorDescriptionCommonObjectDataSubRecord
(LittleEndianInput in, int size) EmbeddedObjectRefSubRecord
(LittleEndianInput in, int size) EndSubRecord
(LittleEndianInput in, int size) FtCblsSubRecord
(LittleEndianInput in, int size) FtCfSubRecord
(LittleEndianInput in, int size) FtPioGrbitSubRecord
(LittleEndianInput in, int size) GroupMarkerSubRecord
(LittleEndianInput in, int size) LbsDataSubRecord
(LittleEndianInput in, int cbFContinued, int cmoOt) NoteStructureSubRecord
(LittleEndianInput in, int size) Read the record data from the suppliedRecordInputStream
reads only the range (1CellRangeAddress8Bit
) 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 LittleEndianInputModifierConstructorDescriptionCreates new FontFormattingCreates new Color Gradient ThresholdCreates new Data Bar ThresholdCreates new Ico Multi-State ThresholdCreates new FontFormattingprotected
Creates new Threshold -
Uses of LittleEndianInput in org.apache.poi.hssf.record.common
Constructors in org.apache.poi.hssf.record.common with parameters of type LittleEndianInput -
Uses of LittleEndianInput in org.apache.poi.hssf.record.cont
Classes in org.apache.poi.hssf.record.cont that implement LittleEndianInputModifier and TypeClassDescriptionclass
A decoratedRecordInputStream
that can read primitive data types (short, int, long, etc.) spanned across aContinueRecord
boundary. -
Uses of LittleEndianInput in org.apache.poi.hssf.record.crypto
Classes in org.apache.poi.hssf.record.crypto that implement LittleEndianInput -
Uses of LittleEndianInput in org.apache.poi.hssf.util
Constructors in org.apache.poi.hssf.util with parameters of type LittleEndianInput -
Uses of LittleEndianInput in org.apache.poi.poifs.crypt
Classes in org.apache.poi.poifs.crypt that implement LittleEndianInputMethods in org.apache.poi.poifs.crypt with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoid
EncryptionInfoBuilder.initialize
(EncryptionInfo ei, LittleEndianInput dis) initialize the builder from a streamstatic String
DataSpaceMapUtils.readUnicodeLPP4
(LittleEndianInput is) static String
DataSpaceMapUtils.readUtf8LPP4
(LittleEndianInput is) Constructors in org.apache.poi.poifs.crypt with parameters of type LittleEndianInputModifierConstructorDescriptionEncryptionInfo
(LittleEndianInput dis, EncryptionMode preferredEncryptionMode) -
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.agile
Methods in org.apache.poi.poifs.crypt.agile with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoid
AgileEncryptionInfoBuilder.initialize
(EncryptionInfo info, LittleEndianInput dis) -
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.binaryrc4
Methods in org.apache.poi.poifs.crypt.binaryrc4 with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoid
BinaryRC4EncryptionInfoBuilder.initialize
(EncryptionInfo info, LittleEndianInput dis) Constructors in org.apache.poi.poifs.crypt.binaryrc4 with parameters of type LittleEndianInput -
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.cryptoapi
Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoid
CryptoAPIEncryptionInfoBuilder.initialize
(EncryptionInfo info, LittleEndianInput dis) initialize the builder from a streamConstructors in org.apache.poi.poifs.crypt.cryptoapi with parameters of type LittleEndianInputModifierConstructorDescriptionprotected
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.standard
Methods in org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoid
StandardEncryptionInfoBuilder.initialize
(EncryptionInfo info, LittleEndianInput dis) initialize the builder from a streamConstructors in org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInputModifierConstructorDescriptionprotected
protected
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.xor
Methods in org.apache.poi.poifs.crypt.xor with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoid
XOREncryptionInfoBuilder.initialize
(EncryptionInfo info, LittleEndianInput dis) Constructors in org.apache.poi.poifs.crypt.xor with parameters of type LittleEndianInput -
Uses of LittleEndianInput in org.apache.poi.poifs.filesystem
Classes in org.apache.poi.poifs.filesystem that implement LittleEndianInputModifier and TypeClassDescriptionfinal class
This class provides methods to read a DocumentEntry managed by aPOIFSFileSystem
instance. -
Uses of LittleEndianInput in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type LittleEndianInputModifier and TypeMethodDescriptionstatic Formula
Formula.read
(int encodedTokenLen, LittleEndianInput in) Convenience method forFormula.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 LittleEndianInputModifier and TypeMethodDescriptionstatic 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 LittleEndianInputModifier and TypeMethodDescriptionstatic FuncPtg
FuncPtg.create
(LittleEndianInput in) static FuncVarPtg
FuncVarPtg.create
(LittleEndianInput in) Creates new function pointer from a byte array usually called while reading an excel file.static Ptg
Ptg.createPtg
(LittleEndianInput in) static BoolPtg
BoolPtg.read
(LittleEndianInput in) static ErrPtg
ErrPtg.read
(LittleEndianInput in) protected final void
AreaPtgBase.readCoordinates
(LittleEndianInput in) protected final void
RefPtgBase.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 LittleEndianInputModifierConstructorDescriptionprotected
Creates new DeletedRef3DPtgCreates new function pointer from a byte array usually called while reading an excel file.Creates new NamePtgCreate a StringPtg from a stream -
Uses of LittleEndianInput in org.apache.poi.util
Classes in org.apache.poi.util that implement LittleEndianInputModifier and TypeClassDescriptionclass
Adapts a plain byte array toLittleEndianInput
class
Wraps anInputStream
providingLittleEndianInput
Methods in org.apache.poi.util with parameters of type LittleEndianInputModifier and TypeMethodDescriptionstatic String
StringUtil.readCompressedUnicode
(LittleEndianInput in, int nChars) static String
StringUtil.readUnicodeLE
(LittleEndianInput in, int nChars) static 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 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.