Class Plain16BitDecoder
java.lang.Object
java.io.InputStream
com.twelvemonkeys.imageio.plugins.pnm.Plain16BitDecoder
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringTokenIteratorprivate intprivate final BufferedReader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-