Package org.apache.iceberg.puffin
Class PuffinReader
- java.lang.Object
-
- org.apache.iceberg.puffin.PuffinReader
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class PuffinReader extends java.lang.Object implements java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
FileMetadata
fileMetadata()
java.lang.Iterable<Pair<BlobMetadata,java.nio.ByteBuffer>>
readAll(java.util.List<BlobMetadata> blobs)
-
-
-
Method Detail
-
fileMetadata
public FileMetadata fileMetadata() throws java.io.IOException
- Throws:
java.io.IOException
-
readAll
public java.lang.Iterable<Pair<BlobMetadata,java.nio.ByteBuffer>> readAll(java.util.List<BlobMetadata> blobs)
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-