Uses of Enum
org.docx4j.org.apache.poi.poifs.filesystem.FileMagic
Packages that use FileMagic
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of FileMagic in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML with parameters of type FileMagicModifier and TypeMethodDescriptionstatic StringOleObjectBinaryPart.getMimeType(FileMagic magic) Converts a FileMagic entry to its primary MIME type. -
Uses of FileMagic in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return FileMagicModifier and TypeMethodDescriptionstatic FileMagicFileMagic.valueOf(byte[] magic) Returns the enum constant of this type with the specified name.static FileMagicGet the file magic of the suppliedFilestatic FileMagicFileMagic.valueOf(InputStream inp) Get the file magic of the supplied InputStream (which MUST support mark and reset).static FileMagicReturns the enum constant of this type with the specified name.static FileMagic[]FileMagic.values()Returns an array containing the constants of this enum type, in the order they are declared.