Class PBMReader.HeaderReader
- java.lang.Object
-
- org.apache.maven.doxia.module.rtf.PBMReader.HeaderReader
-
- Enclosing class:
- PBMReader
class PBMReader.HeaderReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HeaderReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private char
getChar()
private java.lang.String
getField()
(package private) int
read(java.lang.String fileName)
private void
skipComment()
-
-
-
Method Detail
-
read
int read(java.lang.String fileName) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getField
private java.lang.String getField() throws java.io.IOException
- Throws:
java.io.IOException
-
getChar
private char getChar() throws java.io.IOException, java.io.EOFException
- Throws:
java.io.IOException
java.io.EOFException
-
skipComment
private void skipComment() throws java.io.IOException
- Throws:
java.io.IOException
-
-