Uses of Interface
org.apache.poi.util.LittleEndianInput
-
Packages that use LittleEndianInput Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.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 The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.org.apache.poi.poifs.crypt Implementation of the ECMA-376 and MS-propritary document encryptionsorg.apache.poi.poifs.crypt.agile org.apache.poi.poifs.crypt.binaryrc4 org.apache.poi.poifs.crypt.cryptoapi org.apache.poi.poifs.crypt.standard org.apache.poi.poifs.crypt.xor 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 The formula package contains binary PTG structures used in Formulasorg.apache.poi.util Top-level util package are classes that are useful throughout the project. -
-
Uses of LittleEndianInput in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts with parameters of type LittleEndianInput Modifier and Type Method Description void
FontHeader. init(LittleEndianInput leis)
-
Uses of LittleEndianInput in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with parameters of type LittleEndianInput Modifier and Type Method Description void
Blob. read(LittleEndianInput lei)
Constructors in org.apache.poi.hpsf with parameters of type LittleEndianInput Constructor Description ClassID(LittleEndianInput lei)
Reads the ClassID from the input -
Uses of LittleEndianInput in org.apache.poi.hssf.record
Classes in org.apache.poi.hssf.record that implement LittleEndianInput Modifier and Type Class Description class
RecordInputStream
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 LittleEndianInput Modifier and Type Method Description T
SubRecord.SubRecordTypes.RecordConstructor. apply(LittleEndianInput in, int size, int cmoOt)
read a sub-record from the supplied streamstatic 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 LittleEndianInput Constructor Description CommonObjectDataSubRecord(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)
LbsDropData(LittleEndianInput in)
NoteStructureSubRecord(LittleEndianInput in, int size)
Read the record data from the suppliedRecordInputStream
NoteStructureSubRecord(LittleEndianInput in, int size, int cmoOt)
SharedValueRecordBase(LittleEndianInput in)
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 LittleEndianInput Constructor Description BorderFormatting(LittleEndianInput in)
Creates new FontFormattingColorGradientFormatting(LittleEndianInput in)
ColorGradientThreshold(LittleEndianInput in)
Creates new Color Gradient ThresholdDataBarFormatting(LittleEndianInput in)
DataBarThreshold(LittleEndianInput in)
Creates new Data Bar ThresholdIconMultiStateFormatting(LittleEndianInput in)
IconMultiStateThreshold(LittleEndianInput in)
PatternFormatting(LittleEndianInput in)
Threshold(LittleEndianInput in)
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 Constructor Description ExtendedColor(LittleEndianInput in)
ExtRst(LittleEndianInput in, int expectedLength)
FormatRun(LittleEndianInput in)
-
Uses of LittleEndianInput in org.apache.poi.hssf.record.cont
Classes in org.apache.poi.hssf.record.cont that implement LittleEndianInput Modifier and Type Class Description class
ContinuableRecordInput
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 Modifier and Type Class Description class
Biff8DecryptingStream
-
Uses of LittleEndianInput in org.apache.poi.hssf.util
Constructors in org.apache.poi.hssf.util with parameters of type LittleEndianInput Constructor Description CellRangeAddress8Bit(LittleEndianInput in)
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt
Classes in org.apache.poi.poifs.crypt that implement LittleEndianInput Modifier and Type Class Description class
ChunkedCipherInputStream
Methods in org.apache.poi.poifs.crypt with parameters of type LittleEndianInput Modifier and Type Method Description void
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 LittleEndianInput Constructor Description DataSpaceDefinition(LittleEndianInput is)
DataSpaceMap(LittleEndianInput is)
DataSpaceMapEntry(LittleEndianInput is)
DataSpaceVersionInfo(LittleEndianInput is)
EncryptionInfo(LittleEndianInput dis, EncryptionMode preferredEncryptionMode)
IRMDSTransformInfo(LittleEndianInput is)
TransformInfoHeader(LittleEndianInput is)
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.agile
Methods in org.apache.poi.poifs.crypt.agile with parameters of type LittleEndianInput Modifier and Type Method Description void
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 LittleEndianInput Modifier and Type Method Description void
BinaryRC4EncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)
Constructors in org.apache.poi.poifs.crypt.binaryrc4 with parameters of type LittleEndianInput Constructor Description BinaryRC4EncryptionVerifier(LittleEndianInput is)
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.cryptoapi
Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type LittleEndianInput Modifier and Type Method Description void
CryptoAPIEncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)
initialize the builder from a streamConstructors in org.apache.poi.poifs.crypt.cryptoapi with parameters of type LittleEndianInput Constructor Description CryptoAPIEncryptionHeader(LittleEndianInput is)
CryptoAPIEncryptionVerifier(LittleEndianInput is, CryptoAPIEncryptionHeader header)
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.standard
Methods in org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInput Modifier and Type Method Description void
StandardEncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)
initialize the builder from a streamConstructors in org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInput Constructor Description StandardEncryptionHeader(LittleEndianInput is)
StandardEncryptionVerifier(LittleEndianInput is, StandardEncryptionHeader header)
-
Uses of LittleEndianInput in org.apache.poi.poifs.crypt.xor
Methods in org.apache.poi.poifs.crypt.xor with parameters of type LittleEndianInput Modifier and Type Method Description void
XOREncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)
Constructors in org.apache.poi.poifs.crypt.xor with parameters of type LittleEndianInput Constructor Description XOREncryptionVerifier(LittleEndianInput is)
-
Uses of LittleEndianInput in org.apache.poi.poifs.filesystem
Classes in org.apache.poi.poifs.filesystem that implement LittleEndianInput Modifier and Type Class Description class
DocumentInputStream
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 LittleEndianInput Modifier and Type Method Description static 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 LittleEndianInput Modifier and Type Method Description static 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 Modifier and Type Method Description static 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 Ptg
Ptg. createPtg(LittleEndianInput in, SpreadsheetVersion version)
static BoolPtg
BoolPtg. read(LittleEndianInput in)
static ErrPtg
ErrPtg. read(LittleEndianInput in)
protected void
AreaPtgBase. readCoordinates(LittleEndianInput in, SpreadsheetVersion version)
protected void
RefPtgBase. readCoordinates(LittleEndianInput in, SpreadsheetVersion version)
static Ptg[]
Ptg. readTokens(int size, LittleEndianInput in)
Readssize
bytes of the input stream, to create an array ofPtg
s.static Ptg[]
Ptg. readTokens(int size, LittleEndianInput in, SpreadsheetVersion version)
-
Uses of LittleEndianInput in org.apache.poi.util
Classes in org.apache.poi.util that implement LittleEndianInput Modifier and Type Class Description class
LittleEndianByteArrayInputStream
Adapts a plain byte array toLittleEndianInput
class
LittleEndianInputStream
Wraps anInputStream
providingLittleEndianInput
Methods in org.apache.poi.util with parameters of type LittleEndianInput Modifier and Type Method Description static String
StringUtil. readCompressedUnicode(LittleEndianInput in, int nChars)
static String
StringUtil. readUnicodeLE(LittleEndianInput in, int nChars)
static String
StringUtil. readUnicodeString(LittleEndianInput in)
InputStreamin
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)
InputStreamin
is expected to contain: byte is16BitFlag byte[]/char[] characterData For this encoding, the is16BitFlag is always present even if nChars==0.
-