Uses of Interface
org.docx4j.org.apache.poi.util.LittleEndianInput
Packages that use LittleEndianInput
Package
Description
Implementation of the ECMA-376 Document Encryption
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.crypt
Classes in org.docx4j.org.apache.poi.poifs.crypt that implement LittleEndianInputMethods in org.docx4j.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.docx4j.org.apache.poi.poifs.crypt with parameters of type LittleEndianInputModifierConstructorDescriptionChunkedCipherInputStream(LittleEndianInput stream, long size, int chunkSize) EncryptionInfo(LittleEndianInput dis, boolean isCryptoAPI) -
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.crypt.agile
Methods in org.docx4j.org.apache.poi.poifs.crypt.agile with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoidAgileEncryptionInfoBuilder.initialize(EncryptionInfo info, LittleEndianInput dis) -
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4
Methods in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type LittleEndianInputModifier and TypeMethodDescriptionvoidBinaryRC4EncryptionInfoBuilder.initialize(EncryptionInfo info, LittleEndianInput dis) Constructors in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type LittleEndianInput -
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi
Methods in org.docx4j.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.docx4j.org.apache.poi.poifs.crypt.cryptoapi with parameters of type LittleEndianInputModifierConstructorDescriptionprotected -
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.crypt.standard
Methods in org.docx4j.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.docx4j.org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInputModifierConstructorDescriptionprotectedprotected -
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement LittleEndianInputModifier and TypeClassDescriptionclassThis class provides methods to read a DocumentEntry managed by aPOIFSFileSystemorNPOIFSFileSysteminstance.final classThis class provides methods to read a DocumentEntry managed by aNPOIFSFileSysteminstance.final classThis class provides methods to read a DocumentEntry managed by aOPOIFSFileSysteminstance. -
Uses of LittleEndianInput in org.docx4j.org.apache.poi.util
Classes in org.docx4j.org.apache.poi.util that implement LittleEndianInputMethods in org.docx4j.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.