com.bigdata.rawstore
Interface IStoreObjectInputStream

All Superinterfaces:
DataInput, ObjectInput

public interface IStoreObjectInputStream
extends DataInput, ObjectInput

Interface exposes the IRawStore during de-serialization.

Version:
$Id: IStoreObjectInputStream.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 IRawStore getStore()
           
 
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, readObject, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

getStore

IRawStore getStore()


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.