Uses of Class
org.eclipse.emf.cdo.common.lob.CDOBlob

Packages that use CDOBlob
org.eclipse.emf.cdo.common.lob Common concepts for dealing with large binary objects and large character objects. 
org.eclipse.emf.cdo.eresource The generated EMF API of the CDO repository file system. 
org.eclipse.emf.cdo.eresource.impl The generated EMF implementation of the CDO repository file system. 
org.eclipse.emf.cdo.etypes.impl The generated EMF implementation of the CDO system data types and native annotations. 
 

Uses of CDOBlob in org.eclipse.emf.cdo.common.lob
 

Methods in org.eclipse.emf.cdo.common.lob that return CDOBlob
static CDOBlob CDOLobUtil.createBlob(byte[] id, long size)
           
static CDOBlob CDOLobUtil.readBlob(ExtendedDataInput in)
           
 

Uses of CDOBlob in org.eclipse.emf.cdo.eresource
 

Methods in org.eclipse.emf.cdo.eresource that return CDOBlob
 CDOBlob CDOBinaryResource.getContents()
          Returns the value of the 'Contents' attribute.
 

Methods in org.eclipse.emf.cdo.eresource with parameters of type CDOBlob
 void CDOBinaryResource.setContents(CDOBlob value)
          Sets the value of the 'Contents' attribute.
 

Uses of CDOBlob in org.eclipse.emf.cdo.eresource.impl
 

Methods in org.eclipse.emf.cdo.eresource.impl that return CDOBlob
 CDOBlob CDOBinaryResourceImpl.getContents()
           
 

Methods in org.eclipse.emf.cdo.eresource.impl with parameters of type CDOBlob
 void CDOBinaryResourceImpl.setContents(CDOBlob newContents)
           
 

Uses of CDOBlob in org.eclipse.emf.cdo.etypes.impl
 

Methods in org.eclipse.emf.cdo.etypes.impl that return CDOBlob
 CDOBlob EtypesFactoryImpl.createBlobFromString(EDataType eDataType, String initialValue)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.