public class UncompressedPageFileOutput extends Object implements PageFileOutput
FileOutputStream
.Constructor and Description |
---|
UncompressedPageFileOutput(File file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] bytes,
int off,
int len) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public UncompressedPageFileOutput(File file) throws FileNotFoundException
FileNotFoundException
public void write(byte[] bytes, int off, int len) throws IOException
write
in interface PageFileOutput
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.