Uses of Interface
org.docx4j.org.apache.poi.util.LittleEndianInput
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.crypt.agile | |
| org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 | |
| org.docx4j.org.apache.poi.poifs.crypt.cryptoapi | |
| org.docx4j.org.apache.poi.poifs.crypt.standard | |
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.util |
-
Uses of LittleEndianInput in org.docx4j.org.apache.poi.poifs.crypt
Classes in org.docx4j.org.apache.poi.poifs.crypt that implement LittleEndianInput Modifier and Type Class Description classChunkedCipherInputStreamMethods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type LittleEndianInput Modifier and Type Method Description voidEncryptionInfoBuilder. initialize(EncryptionInfo ei, LittleEndianInput dis)initialize the builder from a streamstatic java.lang.StringDataSpaceMapUtils. readUnicodeLPP4(LittleEndianInput is)static java.lang.StringDataSpaceMapUtils. readUtf8LPP4(LittleEndianInput is)Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type LittleEndianInput Constructor Description ChunkedCipherInputStream(LittleEndianInput stream, long size, int chunkSize)DataSpaceDefinition(LittleEndianInput is)DataSpaceMap(LittleEndianInput is)DataSpaceMapEntry(LittleEndianInput is)DataSpaceVersionInfo(LittleEndianInput is)EncryptionInfo(LittleEndianInput dis, boolean isCryptoAPI)IRMDSTransformInfo(LittleEndianInput is)TransformInfoHeader(LittleEndianInput is) -
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 LittleEndianInput Modifier and Type Method Description voidAgileEncryptionInfoBuilder. 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 LittleEndianInput Modifier and Type Method Description voidBinaryRC4EncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)Constructors in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type LittleEndianInput Constructor Description BinaryRC4EncryptionVerifier(LittleEndianInput is) -
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 LittleEndianInput Modifier and Type Method Description voidCryptoAPIEncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)initialize the builder from a streamConstructors in org.docx4j.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.docx4j.org.apache.poi.poifs.crypt.standard
Methods in org.docx4j.org.apache.poi.poifs.crypt.standard with parameters of type LittleEndianInput Modifier and Type Method Description voidStandardEncryptionInfoBuilder. initialize(EncryptionInfo info, LittleEndianInput dis)initialize the builder from a streamConstructors in org.docx4j.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.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement LittleEndianInput Modifier and Type Class Description classDocumentInputStreamThis class provides methods to read a DocumentEntry managed by aPOIFSFileSystemorNPOIFSFileSysteminstance.classNDocumentInputStreamThis class provides methods to read a DocumentEntry managed by aNPOIFSFileSysteminstance.classODocumentInputStreamThis 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 LittleEndianInput Modifier and Type Class Description classLittleEndianInputStreamWraps anInputStreamprovidingLittleEndianInputMethods in org.docx4j.org.apache.poi.util with parameters of type LittleEndianInput Modifier and Type Method Description static java.lang.StringStringUtil. readCompressedUnicode(LittleEndianInput in, int nChars)static java.lang.StringStringUtil. readUnicodeLE(LittleEndianInput in, int nChars)static java.lang.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 java.lang.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.