| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CDOBlob |
CDOLobUtil.createBlob(byte[] id,
long size) |
CDOBlob |
CDOBlobOutputStream.getBlob() |
static CDOBlob |
CDOLobUtil.readBlob(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
CDOBlob |
CDOBinaryResource.getContents()
Returns the value of the 'Contents' attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
CDOBinaryResource.setContents(CDOBlob value)
Sets the value of the '
Contents' attribute |
| Modifier and Type | Method and Description |
|---|---|
CDOBlob |
CDOBinaryResourceImpl.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOBinaryResourceImpl.setContents(CDOBlob newContents) |
| Modifier and Type | Method and Description |
|---|---|
CDOBlob |
EtypesFactoryImpl.createBlobFromString(EDataType eDataType,
String initialValue) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.