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
IOException
static PageFileOutput create(File file, int pageSize, @Nullable BlockCompressionFactory compressionFactory) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.