Uses of Class
org.apache.poi.poifs.filesystem.FileMagic
-
Packages that use FileMagic Package Description org.apache.poi.common.usermodel org.apache.poi.extractor org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.org.apache.poi.sl.usermodel org.apache.poi.ss.usermodel -
-
Uses of FileMagic in org.apache.poi.common.usermodel
Methods in org.apache.poi.common.usermodel with parameters of type FileMagic Modifier and Type Method Description static PictureTypePictureType. valueOf(FileMagic fm)Returns the enum constant of this type with the specified name. -
Uses of FileMagic in org.apache.poi.extractor
Methods in org.apache.poi.extractor with parameters of type FileMagic Modifier and Type Method Description booleanExtractorProvider. accepts(FileMagic fm)booleanMainExtractorFactory. accepts(FileMagic fm) -
Uses of FileMagic in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type FileMagic Modifier and Type Method Description booleanHSSFWorkbookFactory. accepts(FileMagic fm) -
Uses of FileMagic in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return FileMagic Modifier and Type Method Description static FileMagicFileMagic. valueOf(byte[] magic)Returns the enum constant of this type with the specified name.static FileMagicFileMagic. valueOf(File inp)Get 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 FileMagicFileMagic. valueOf(String name)Returns 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. -
Uses of FileMagic in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel with parameters of type FileMagic Modifier and Type Method Description booleanSlideShowProvider. accepts(FileMagic fm) -
Uses of FileMagic in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type FileMagic Modifier and Type Method Description booleanWorkbookProvider. accepts(FileMagic fm)
-