net.cscott.gjdoc.parser
public class PFile extends Object
PFile class wraps a java.io.File object
and a lazily-created table which allows translation of raw character
indices to line numbers.Version: $Id: PFile.java,v 1.5 2003/03/26 21:45:46 cananian Exp $
| Field Summary | |
|---|---|
| String | encoding |
| File | file |
| DocErrorReporter | reporter |
| Constructor Summary | |
|---|---|
| PFile(File file, String encoding, DocErrorReporter reporter) | |