Frames | No Frames |
Fields of type net.sourceforge.jiu.codecs.CodecMode | |
CodecMode | Codec mode load, one of the two possible values of CodecMode. |
CodecMode | Codec mode save, one of the two possible values of CodecMode. |
CodecMode |
Methods with parameter type net.sourceforge.jiu.codecs.CodecMode | |
void | Gives a File object and a codec mode to this codec and attempts
to initialize the appropriate I/O objects. |
void | Gives a file name and codec mode to the codec which will then
try to create the corresponding I/O object. |
void | Reuses super.setFile when used for CodecMode.LOAD, but
creates a RandomAccessFile instead of a FileOutputStream
in write mode so that the compressed size can be written
correcly (requires a seek operation). |
void | |
void | A method to give a java.io.RandomAccessFile to this codec to be used
for loading or saving an image. |
Methods with return type net.sourceforge.jiu.codecs.CodecMode | |
CodecMode | Returns the mode this codec is in. |
Methods with parameter type net.sourceforge.jiu.codecs.CodecMode | |
void |