Package org.ametys.core.cocoon
Class FOPNGSerializer.ReleaseSourceInputStream
java.lang.Object
java.io.InputStream
org.ametys.core.cocoon.FOPNGSerializer.ReleaseSourceInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- FOPNGSerializer
An InputStream which releases the Cocoon/Avalon source from which the
InputStream has been retrieved when the stream is closed.
-
Method Summary
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
mark
- Overrides:
mark
in classInputStream
-
reset
- Overrides:
reset
in classInputStream
- Throws:
IOException
-
markSupported
- Overrides:
markSupported
in classInputStream
-