|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
public static class BCFile.Reader.BlockReader
Access point to read a block.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Method Summary | |
|---|---|
void |
close()
Finishing reading the block. |
long |
getCompressedSize()
Get the compressed size of the block. |
String |
getCompressionName()
Get the name of the compression algorithm used to compress the block. |
long |
getRawSize()
Get the uncompressed size of the block. |
long |
getStartPos()
Get the starting position of the block in the file. |
| Methods inherited from class java.io.DataInputStream |
|---|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
| Methods inherited from class java.io.FilterInputStream |
|---|
available, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in class FilterInputStreamIOExceptionpublic String getCompressionName()
public long getRawSize()
public long getCompressedSize()
public long getStartPos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||