Uses of Class
net.sourceforge.jiu.codecs.UnsupportedCodecModeException
Packages that use UnsupportedCodecModeException
-
Uses of UnsupportedCodecModeException in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs that throw UnsupportedCodecModeExceptionModifier 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).voidvoid -
Uses of UnsupportedCodecModeException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw UnsupportedCodecModeException