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, waitcreatepublic UncompressedPageFileOutput(File file) throws FileNotFoundException
FileNotFoundExceptionpublic void write(byte[] bytes,
int off,
int len)
throws IOException
write in interface PageFileOutputIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.