Class WhiteSpaceReader
- java.lang.Object
-
- org.apache.commons.imaging.formats.pnm.WhiteSpaceReader
-
class WhiteSpaceReader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStream
is
-
Constructor Summary
Constructors Constructor Description WhiteSpaceReader(java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
nextChar()
private char
read()
java.lang.String
readLine()
java.lang.String
readtoWhiteSpace()
-
-
-
Method Detail
-
read
private char read() throws java.io.IOException
- Throws:
java.io.IOException
-
nextChar
public char nextChar() throws java.io.IOException
- Throws:
java.io.IOException
-
readtoWhiteSpace
public java.lang.String readtoWhiteSpace() throws java.io.IOException
- Throws:
java.io.IOException
-
readLine
public java.lang.String readLine() throws java.io.IOException
- Throws:
java.io.IOException
-
-