org.apache.accumulo.core.file.blockfile
Interface ABlockReader

All Superinterfaces:
DataInput
All Known Implementing Classes:
CachableBlockFile.BlockRead

public interface ABlockReader
extends DataInput


Method Summary
 void close()
           
 long getRawSize()
           
 DataInputStream getStream()
           
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

getRawSize

long getRawSize()

getStream

DataInputStream getStream()
                          throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.