public class CompoundFile
extends java.lang.Object
Constructor and Description |
---|
CompoundFile(java.io.File file,
FileFormat format) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
FileFormat |
getFormat() |
void |
setFile(java.io.File file) |
void |
setFormat(FileFormat format) |
java.lang.String |
toString() |
public CompoundFile(java.io.File file, FileFormat format)
public java.io.File getFile()
public void setFile(java.io.File file)
public FileFormat getFormat()
public void setFormat(FileFormat format)
public java.lang.String toString()
toString
in class java.lang.Object