net.cscott.sinjdoc.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.7 2003/07/29 20:28:54 cananian Exp $
Field Summary | |
---|---|
String | encoding |
File | file |
boolean | isUnicodeEscaped |
DocErrorReporter | reporter |
Constructor Summary | |
---|---|
PFile(File file, String encoding, boolean isUnicodeEscaped, DocErrorReporter reporter) |