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.Exception
private java.lang.String getField() throws java.io.IOException
java.io.IOException
private char getChar() throws java.io.IOException, java.io.EOFException
java.io.IOException
java.io.EOFException
private void skipComment() throws java.io.IOException
java.io.IOException