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.void
DocuImage.loadImage
(ImageInput ii) Loads an image file into the Object.abstract void
DocuImageImpl.loadImage
(ImageInput ii) void
ImageLoaderDocuImage.loadImage
(ImageInput ii) void
DocuImage.loadSubimage
(ImageInput ii, Rectangle region, int subsample) Load only a subsampled region of the image file.void
DocuImageImpl.loadSubimage
(ImageInput ii, Rectangle region, int subsample) void
ImageLoaderDocuImage.loadSubimage
(ImageInput ii, Rectangle region, int prescale) protected ImageInput
ImageJobDescription.selectInput()
Returns the best ImageInput based on current request parameters.void
DocuImage.writeImage
(String mt, OutputStream ostream) Writes the current image to an OutputStream.abstract void
DocuImageImpl.writeImage
(String mt, OutputStream ostream) void
ImageLoaderDocuImage.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)