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 CodecModeCodecMode.LOADCodec mode load, one of the two possible values of CodecMode.private CodecModeImageCodec.modestatic final CodecModeCodecMode.SAVECodec 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 TypeMethodDescriptionvoidGives a File object and a codec mode to this codec and attempts to initialize the appropriate I/O objects.voidGives a file name and codec mode to the codec which will then try to create the corresponding I/O object.voidReuses 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).voidvoidvoidImageCodec.setRandomAccessFile(RandomAccessFile randomAccessFile, CodecMode codecMode) A method to give aRandomAccessFileto 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