Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
56 private File file;
65 * @param file file to read.
68 * @throws IOException on read error or if the given file is not a crossfile
70 public XrefInputStream(File file, boolean uncompress) throws IOException {
72 FileInputStream fis = new FileInputStream(file);
73 this.file = file;
86 throw new IOException(e.getMessage() + "(" + file + ")");
121 * Get the file from which this stream has been created.
125 return file;
162 + file + " (wasn't specified in constructor)");
183 * @param file crossfile to dump.
190 public static boolean dump(File file, Writer out, boolean script) {
196 in = new XrefInputStream(file, true);
206 logger.log(Level.FINE, "dump " + file, e);
225 * Dump an opengrok cross file.