public interface ParquetDataSource extends Closeable
Modifier and Type | Method and Description |
---|---|
default void |
close() |
long |
getReadBytes() |
long |
getSize() |
void |
readFully(long position,
byte[] buffer) |
void |
readFully(long position,
byte[] buffer,
int bufferOffset,
int bufferLength) |
long getReadBytes()
long getSize()
void readFully(long position, byte[] buffer) throws IOException
IOException
void readFully(long position, byte[] buffer, int bufferOffset, int bufferLength) throws IOException
IOException
default void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Copyright © 2012-2017. All Rights Reserved.