|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileMagic | |
---|---|
org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
Uses of FileMagic in org.apache.poi.poifs.filesystem |
---|
Methods in org.apache.poi.poifs.filesystem that return FileMagic | |
---|---|
static FileMagic |
FileMagic.valueOf(byte[] magic)
|
static FileMagic |
FileMagic.valueOf(java.io.InputStream inp)
Get the file magic of the supplied InputStream (which MUST support mark and reset). |
static FileMagic |
FileMagic.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |