public class DefaultCLRFile extends AbstractFormatFile implements CLRFile
FILE_EXTENSION| Constructor and Description |
|---|
DefaultCLRFile() |
| Modifier and Type | Method and Description |
|---|---|
ColorTable |
getColorTable() |
java.io.File |
getFile() |
java.io.File |
getFile(java.io.File file) |
void |
read(java.io.File file) |
void |
setColorTable(ColorTable colorTable) |
void |
write(java.io.File file) |
writeQuietlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCLRFile, getCLRFilewriteQuietlypublic java.io.File getFile(java.io.File file)
getFile in interface FormatFilepublic java.io.File getFile()
getFile in interface FormatFilepublic ColorTable getColorTable()
getColorTable in interface CLRFilepublic void setColorTable(ColorTable colorTable)
setColorTable in interface CLRFilepublic void read(java.io.File file)
throws java.io.IOException
read in interface FormatFilejava.io.IOExceptionpublic void write(java.io.File file)
throws java.io.IOException
write in interface FormatFilejava.io.IOException