org.eclipse.emf.cdo.common.io
Interface CDODataInput
- All Superinterfaces:
- java.io.DataInput, org.eclipse.net4j.util.io.ExtendedDataInput
public interface CDODataInput
- extends org.eclipse.net4j.util.io.ExtendedDataInput
- Since:
- 2.0
| Nested classes/interfaces inherited from interface org.eclipse.net4j.util.io.ExtendedDataInput |
org.eclipse.net4j.util.io.ExtendedDataInput.Delegating, org.eclipse.net4j.util.io.ExtendedDataInput.Stream |
| Methods inherited from interface org.eclipse.net4j.util.io.ExtendedDataInput |
readByteArray, readObject, readObject, readObject, readString |
| Methods inherited from interface java.io.DataInput |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
readCDOPackageUnit
CDOPackageUnit readCDOPackageUnit(CDOPackageRegistry packageRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
readCDOPackageUnits
CDOPackageUnit[] readCDOPackageUnits(CDOPackageRegistry packageRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
readCDOPackageUnitType
CDOPackageUnit.Type readCDOPackageUnitType()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOPackageInfo
CDOPackageInfo readCDOPackageInfo()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOClassifierRef
CDOClassifierRef readCDOClassifierRef()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOClassifierRefAndResolve
org.eclipse.emf.ecore.EClassifier readCDOClassifierRefAndResolve()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOPackageURI
java.lang.String readCDOPackageURI()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOType
CDOType readCDOType()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOID
CDOID readCDOID()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOIDAndVersion
CDOIDAndVersion readCDOIDAndVersion()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOIDMetaRange
CDOIDMetaRange readCDOIDMetaRange()
throws java.io.IOException
- Throws:
java.io.IOException
readCDORevision
CDORevision readCDORevision()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOList
CDOList readCDOList(org.eclipse.emf.ecore.EClass owner,
org.eclipse.emf.ecore.EStructuralFeature feature)
throws java.io.IOException
- Throws:
java.io.IOException
readCDOFeatureValue
java.lang.Object readCDOFeatureValue(org.eclipse.emf.ecore.EStructuralFeature feature)
throws java.io.IOException
- Throws:
java.io.IOException
readCDORevisionDelta
CDORevisionDelta readCDORevisionDelta()
throws java.io.IOException
- Throws:
java.io.IOException
readCDOFeatureDelta
CDOFeatureDelta readCDOFeatureDelta(org.eclipse.emf.ecore.EClass owner)
throws java.io.IOException
- Throws:
java.io.IOException
readCDORevisionOrPrimitive
java.lang.Object readCDORevisionOrPrimitive()
throws java.io.IOException
- Read either a CDORevision or a primitive value.
- Throws:
java.io.IOException
readCDORevisionOrPrimitiveOrClassifier
java.lang.Object readCDORevisionOrPrimitiveOrClassifier()
throws java.io.IOException
- Read either a CDORevision, a primitive value or a EClass.
- Throws:
java.io.IOException
readCDOLockType
org.eclipse.net4j.util.concurrent.RWLockManager.LockType readCDOLockType()
throws java.io.IOException
- Throws:
java.io.IOException