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 * file with the given name.
57 * @param name name of the file to create/overwrite.
67 * file with the given name.
68 * @param name name of the file to create/overwrite
79 * given file.
81 * @param file file to write
85 public XrefWriter(File file, Genre genre) throws IOException {
86 this(file, genre, false);
92 public RandomFileOutputStream(File file) throws FileNotFoundException {
93 if (file == null) {
96 raf = new RandomAccessFile(file, "rw");
117 * given file.
119 * @param file file to write
126 public XrefWriter(File file, Genre genre, boolean compress) throws IOException {
127 super(file);
128 fos = new RandomFileOutputStream(file);
156 * Get the file this instance is writing to.
157 * @return {@code null} if this instance wraps another writer, the file