Class Plain16BitDecoder
java.lang.Object
java.io.InputStream
com.twelvemonkeys.imageio.plugins.pnm.Plain16BitDecoder
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringTokenIterator
private int
private final BufferedReader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
reader
-
currentLine
-
leftOver
private int leftOver
-
-
Constructor Details
-
Plain16BitDecoder
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-