Package net.sf.jasperreports.engine.util
Class FileBufferedOutputStream.DataStream
java.lang.Object
java.io.InputStream
net.sf.jasperreports.engine.util.FileBufferedOutputStream.DataStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
FileBufferedOutputStream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
DataStream
- Throws:
FileNotFoundException
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-