Searched refs:RandomFileOutputStream (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefWriter.java49 private RandomFileOutputStream fos;
89 private class RandomFileOutputStream extends OutputStream { class in class:XrefWriter
92 public RandomFileOutputStream(File file) throws FileNotFoundException { method in class:XrefWriter.RandomFileOutputStream
128 fos = new RandomFileOutputStream(file);

Completed in 7 milliseconds