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) |
writeQuietly
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCLRFile, getCLRFile
writeQuietly
public java.io.File getFile(java.io.File file)
getFile
in interface FormatFile
public java.io.File getFile()
getFile
in interface FormatFile
public ColorTable getColorTable()
getColorTable
in interface CLRFile
public void setColorTable(ColorTable colorTable)
setColorTable
in interface CLRFile
public void read(java.io.File file) throws java.io.IOException
read
in interface FormatFile
java.io.IOException
public void write(java.io.File file) throws java.io.IOException
write
in interface FormatFile
java.io.IOException