Uses of Interface
com.gc.iotools.stream.store.Store

Packages that use Store
com.gc.iotools.stream.is Provides classes that extends java.io.InputStream. 
com.gc.iotools.stream.store   
 

Uses of Store in com.gc.iotools.stream.is
 

Methods in com.gc.iotools.stream.is that return Store
 Store RandomAccessInputStream.getStore()
          Return the underlying store where the cache of data is kept.
 

Uses of Store in com.gc.iotools.stream.store
 

Subinterfaces of Store in com.gc.iotools.stream.store
 interface SeekableStore
           Represents a Store that can be seeked to a random position.
 

Classes in com.gc.iotools.stream.store that implement Store
 class MemoryStore
          TODO: more efficient memory usage.
 class ThresholdStore
           
 



Copyright © 2008-2009. All Rights Reserved.