public interface PageFileOutput extends Closeable
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.