13141516171819
this.raf = new RandomAccessFile(file, "rw"); this.raf.setLength(0); } @Nonnull @Override public OutputStream outputAt(int offset) { return new RandomAccessFileOutputStream(raf, offset); }