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:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classInputStream- Throws:
 IOException
 - 
read
- Specified by:
 readin classInputStream- Throws:
 IOException
 - 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
skip
- Overrides:
 skipin classInputStream- Throws:
 IOException
 - 
available
- Overrides:
 availablein classInputStream- Throws:
 IOException
 - 
mark
- Overrides:
 markin classInputStream
 - 
reset
- Overrides:
 resetin classInputStream- Throws:
 IOException
 - 
markSupported
- Overrides:
 markSupportedin classInputStream
 
 -