Uses of Class
org.apache.jackrabbit.core.value.BLOBFileValue

Packages that use BLOBFileValue
org.apache.jackrabbit.core.value   
 

Uses of BLOBFileValue in org.apache.jackrabbit.core.value
 

Subclasses of BLOBFileValue in org.apache.jackrabbit.core.value
 class BLOBInDataStore
          Represents binary data which is stored in the data store.
 class BLOBInMemory
          Represents binary data which is backed by a byte[] (in memory).
 class BLOBInResource
          Represents binary data which is stored in a file system resource.
 class BLOBInTempFile
          Represents binary data which is stored in a temporary file.
 class BLOBValue
          This class represents a binary value which is backed by a resource or byte[].
 

Methods in org.apache.jackrabbit.core.value that return BLOBFileValue
 BLOBFileValue InternalValue.getBLOBFileValue()
           
 



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