Package org.apache.fop.apps.io
Class ResourceResolverFactory.FileDeletingInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.fop.apps.io.ResourceResolverFactory.FileDeletingInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- ResourceResolverFactory
private static class ResourceResolverFactory.FileDeletingInputStream extends java.io.FilterInputStream
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Filefile
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileDeletingInputStream(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-