Uses of Class
digilib.io.FileOpException
Packages that use FileOpException
-
Uses of FileOpException in digilib.image
Subclasses of FileOpException in digilib.imageMethods in digilib.image that throw FileOpExceptionModifier and TypeMethodDescriptionImageWorker.call()render and return the imageImageJobDescription.getFileDirectory()Return the DocuDirectory for the input (file).ImageJobDescription.getImageSet()Return the ImageSet to load.voidDocuImage.loadImage(ImageInput ii) Loads an image file into the Object.abstract voidDocuImageImpl.loadImage(ImageInput ii) voidImageLoaderDocuImage.loadImage(ImageInput ii) voidDocuImage.loadSubimage(ImageInput ii, Rectangle region, int subsample) Load only a subsampled region of the image file.voidDocuImageImpl.loadSubimage(ImageInput ii, Rectangle region, int subsample) voidImageLoaderDocuImage.loadSubimage(ImageInput ii, Rectangle region, int prescale) protected ImageInputImageJobDescription.selectInput()Returns the best ImageInput based on current request parameters.voidDocuImage.writeImage(String mt, OutputStream ostream) Writes the current image to an OutputStream.abstract voidDocuImageImpl.writeImage(String mt, OutputStream ostream) voidImageLoaderDocuImage.writeImage(String mt, OutputStream ostream) -
Uses of FileOpException in digilib.io
Constructors in digilib.io that throw FileOpExceptionModifierConstructorDescriptionAliasingDocuDirCache(FileOps.FileClass fc, File confFile, DigilibConfiguration dlConfig)