Package org.apache.fontbox.ttf
Class RandomAccessReadUnbufferedDataStream.RandomAccessReadNonClosingInputStream
java.lang.Object
java.io.InputStream
org.apache.fontbox.ttf.RandomAccessReadUnbufferedDataStream.RandomAccessReadNonClosingInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
RandomAccessReadUnbufferedDataStream
private static final class RandomAccessReadUnbufferedDataStream.RandomAccessReadNonClosingInputStream
extends InputStream
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRandomAccessReadNonClosingInputStream(RandomAccessReadView randomAccessRead) -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, reset
-
Field Details
-
randomAccessRead
-
-
Constructor Details
-
RandomAccessReadNonClosingInputStream
RandomAccessReadNonClosingInputStream(RandomAccessReadView randomAccessRead)
-
-
Method Details
-
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
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-