public interface PageFileOutput extends Closeable
| Modifier and Type | Method and Description |
|---|---|
static PageFileOutput |
create(File file,
int pageSize,
BlockCompressionFactory compressionFactory) |
void |
write(byte[] bytes,
int off,
int len) |
void write(byte[] bytes,
int off,
int len)
throws IOException
IOExceptionstatic PageFileOutput create(File file, int pageSize, @Nullable BlockCompressionFactory compressionFactory) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.