class PBMReader.HeaderReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
offset |
private java.io.Reader |
reader |
| Constructor and Description |
|---|
HeaderReader() |
| Modifier and Type | Method and Description |
|---|---|
private char |
getChar() |
private java.lang.String |
getField() |
(package private) int |
read(java.lang.String fileName) |
private void |
skipComment() |
int read(java.lang.String fileName) throws java.lang.Exception
java.lang.Exceptionprivate java.lang.String getField()
throws java.io.IOException
java.io.IOExceptionprivate char getChar()
throws java.io.IOException,
java.io.EOFException
java.io.IOExceptionjava.io.EOFExceptionprivate void skipComment()
throws java.io.IOException
java.io.IOException