Package com.adobe.epubcheck.util
Class FileResourceProvider
- java.lang.Object
-
- com.adobe.epubcheck.util.FileResourceProvider
-
- All Implemented Interfaces:
GenericResourceProvider
public class FileResourceProvider extends java.lang.Object implements GenericResourceProvider
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Filefile
-
Constructor Summary
Constructors Constructor Description FileResourceProvider(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamopenStream(io.mola.galimatias.URL ignore)
-
-
-
Method Detail
-
openStream
public java.io.InputStream openStream(io.mola.galimatias.URL ignore) throws java.io.FileNotFoundException- Specified by:
openStreamin interfaceGenericResourceProvider- Throws:
java.io.FileNotFoundException
-
-