74757677787980
public OutputStream newOutputStream(boolean append) throws IOException { return new FileChannelOutputStream(open("rw"), append); } public InputStream newInputStream() throws IOException { return new FileChannelInputStream(open("r")); }
159160161162163164165
throw DbException.convertIOException(e, "listFiles " + path); } } public InputStream newInputStream() throws IOException { return new FileChannelInputStream(open("r")); }