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