Uses of Class
net.sourceforge.jiu.codecs.CodecMode
Packages that use CodecMode
-
Uses of CodecMode in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as CodecModeModifier and TypeFieldDescriptionstatic final CodecMode
CodecMode.LOAD
Codec mode load, one of the two possible values of CodecMode.private CodecMode
ImageCodec.mode
static final CodecMode
CodecMode.SAVE
Codec mode save, one of the two possible values of CodecMode.Methods in net.sourceforge.jiu.codecs that return CodecModeMethods in net.sourceforge.jiu.codecs with parameters of type CodecModeModifier and TypeMethodDescriptionvoid
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
void
ImageCodec.setRandomAccessFile
(RandomAccessFile randomAccessFile, CodecMode codecMode) A method to give aRandomAccessFile
to this codec to be used for loading or saving an image. -
Uses of CodecMode in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff with parameters of type CodecMode