Uses of Interface
org.docx4j.org.apache.poi.util.LittleEndianOutput
Packages that use LittleEndianOutput
-
Uses of LittleEndianOutput in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type LittleEndianOutputModifier and TypeMethodDescriptionstatic voidDataSpaceMapUtils.writeUnicodeLPP4(LittleEndianOutput os, String string) static voidDataSpaceMapUtils.writeUtf8LPP4(LittleEndianOutput os, String str) -
Uses of LittleEndianOutput in org.docx4j.org.apache.poi.util
Subinterfaces of LittleEndianOutput in org.docx4j.org.apache.poi.utilModifier and TypeInterfaceDescriptioninterfaceImplementors of this interface allow client code to 'delay' writing to a certain section of a data output stream.
A typical application is for writing BIFF records when the size is not known until well after the header has been written.Classes in org.docx4j.org.apache.poi.util that implement LittleEndianOutputModifier and TypeClassDescriptionfinal classAdapts a plain byte array toLittleEndianOutputfinal classMethods in org.docx4j.org.apache.poi.util that return LittleEndianOutputModifier and TypeMethodDescriptionDelayableLittleEndianOutput.createDelayedOutput(int size) Creates an output stream intended for outputting a sequence of size bytes.LittleEndianByteArrayOutputStream.createDelayedOutput(int size) Methods in org.docx4j.org.apache.poi.util with parameters of type LittleEndianOutputModifier and TypeMethodDescriptionstatic voidStringUtil.putCompressedUnicode(String input, LittleEndianOutput out) static voidStringUtil.putUnicodeLE(String input, LittleEndianOutput out) static voidStringUtil.writeUnicodeString(LittleEndianOutput out, String value) OutputStream out will get: ushort nChars byte is16BitFlag byte[]/char[] characterData For this encoding, the is16BitFlag is always present even if nChars==0.static voidStringUtil.writeUnicodeStringFlagAndData(LittleEndianOutput out, String value) OutputStream out will get: byte is16BitFlag byte[]/char[] characterData For this encoding, the is16BitFlag is always present even if nChars==0.