Uses of Interface
org.apache.jackrabbit.core.state.util.BLOBStore

Packages that use BLOBStore
org.apache.jackrabbit.core.state.util   
 

Uses of BLOBStore in org.apache.jackrabbit.core.state.util
 

Methods in org.apache.jackrabbit.core.state.util with parameters of type BLOBStore
static void Serializer.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.deserialize(PropertyState, InputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
static void Serializer.serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.serialize(PropertyState, OutputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.