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 classTitle: 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 SubRecordSubRecord.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 suppliedRecordInputStreamreads 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 FontFormattingprotectedCreates 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 TypeClassDescriptionclassA decoratedRecordInputStreamthat can read primitive data types (short, int, long, etc.) spanned across aContinueRecordboundary. -
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 TypeMethodDescriptionvoidEncryptionInfoBuilder.initialize(EncryptionInfo ei, LittleEndianInput dis) initialize the builder from a streamstatic StringDataSpaceMapUtils.readUnicodeLPP4(LittleEndianInput is) static StringDataSpaceMapUtils.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 TypeMethodDescriptionvoidAgileEncryptionInfoBuilder.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 TypeMethodDescriptionvoidBinaryRC4EncryptionInfoBuilder.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 TypeMethodDescriptionvoidCryptoAPIEncryptionInfoBuilder.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 TypeMethodDescriptionvoidStandardEncryptionInfoBuilder.initialize(EncryptionInfo info, LittleEndianInput dis) initialize the builder from a streamConstructors in org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInputModifierConstructorDescriptionprotectedprotected -
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.xor
Methods in org.apache.poi.poifs.crypt.xor with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoidXOREncryptionInfoBuilder.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 classThis class provides methods to read a DocumentEntry managed by aPOIFSFileSysteminstance. -
Uses of LittleEndianInput in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type LittleEndianInputModifier and TypeMethodDescriptionstatic FormulaFormula.read(int encodedTokenLen, LittleEndianInput in) Convenience method forFormula.read(int, LittleEndianInput, int)static FormulaFormula.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 FuncPtgFuncPtg.create(LittleEndianInput in) static FuncVarPtgFuncVarPtg.create(LittleEndianInput in) Creates new function pointer from a byte array usually called while reading an excel file.static PtgPtg.createPtg(LittleEndianInput in) static BoolPtgBoolPtg.read(LittleEndianInput in) static ErrPtgErrPtg.read(LittleEndianInput in) protected final voidAreaPtgBase.readCoordinates(LittleEndianInput in) protected final voidRefPtgBase.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 LittleEndianInputModifierConstructorDescriptionprotectedCreates 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 TypeClassDescriptionclassAdapts a plain byte array toLittleEndianInputclassWraps anInputStreamprovidingLittleEndianInputMethods in org.apache.poi.util with parameters of type LittleEndianInputModifier and TypeMethodDescriptionstatic StringStringUtil.readCompressedUnicode(LittleEndianInput in, int nChars) static StringStringUtil.readUnicodeLE(LittleEndianInput in, int nChars) static StringStringUtil.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 StringStringUtil.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.