Schnittstelle CDODataInput
- Alle Superschnittstellen:
DataInput
,org.eclipse.net4j.util.io.ExtendedDataInput
- Alle bekannten Implementierungsklassen:
CDODataInputImpl
,CDODataInputImpl.Default
public interface CDODataInput
extends org.eclipse.net4j.util.io.ExtendedDataInput
Provides I/O methods for reading various CDO data types and concepts from streams.
- Seit:
- 3.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.io.ExtendedDataInput
org.eclipse.net4j.util.io.ExtendedDataInput.Delegating, org.eclipse.net4j.util.io.ExtendedDataInput.Stream
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungreadCDOFeatureDelta
(EClass owner) readCDOFeatureValue
(EStructuralFeature feature) readCDOList
(EClass owner, EStructuralFeature feature) default List
<CDOLockDelta> default List
<CDOLockState> org.eclipse.net4j.util.concurrent.IRWLockManager.LockType
readCDOPackageUnit
(ResourceSet resourceSet) readCDOPackageUnits
(ResourceSet resourceSet) readCDORevision
(boolean freeze) Read either a CDORevision or a primitive value.Read either a CDORevision, a primitive value or a EClass.int
readXInt()
long
Von Schnittstelle geerbte Methoden java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.io.ExtendedDataInput
readByteArray, readEnum, readException, readObject, readObject, readObject, readString, readVarInt, readVarLong
-
Methodendetails
-
readXInt
- Löst aus:
IOException
- Seit:
- 4.6
-
readXLong
- Löst aus:
IOException
- Seit:
- 4.6
-
readCDOPackageUnit
- Löst aus:
IOException
-
readCDOPackageUnits
- Löst aus:
IOException
-
readCDOPackageUnitType
- Löst aus:
IOException
-
readCDOPackageInfo
- Löst aus:
IOException
-
readCDOClassifierRef
- Löst aus:
IOException
-
readCDOClassifierRefAndResolve
- Löst aus:
IOException
-
readCDOPackageURI
- Löst aus:
IOException
-
readCDOType
- Löst aus:
IOException
-
readCDOBranch
- Löst aus:
IOException
-
readCDOBranchPoint
- Löst aus:
IOException
-
readCDOBranchVersion
- Löst aus:
IOException
-
readCDOChangeSetData
- Löst aus:
IOException
-
readCDOCommitData
- Löst aus:
IOException
-
readCDOCommitInfo
- Löst aus:
IOException
-
readCDOID
- Löst aus:
IOException
-
readCDOIDReference
- Löst aus:
IOException
- Seit:
- 4.0
-
readCDOIDAndVersion
- Löst aus:
IOException
- Seit:
- 4.0
-
readCDOIDAndBranch
- Löst aus:
IOException
- Seit:
- 4.0
-
readCDORevisionKey
- Löst aus:
IOException
-
readCDORevision
- Löst aus:
IOException
-
readCDORevision
- Löst aus:
IOException
- Seit:
- 4.1
-
readCDORevisable
- Löst aus:
IOException
- Seit:
- 4.0
-
readCDOList
- Löst aus:
IOException
-
readCDOFeatureValue
- Löst aus:
IOException
-
readCDORevisionDelta
- Löst aus:
IOException
-
readCDOFeatureDelta
- Löst aus:
IOException
-
readCDORevisionOrPrimitive
Read either a CDORevision or a primitive value.- Löst aus:
IOException
-
readCDORevisionOrPrimitiveOrClassifier
Read either a CDORevision, a primitive value or a EClass.- Löst aus:
IOException
-
readCDOLockType
- Löst aus:
IOException
-
readCDOLockChangeInfo
- Löst aus:
IOException
- Seit:
- 4.1
-
readCDOLockOwner
- Löst aus:
IOException
- Seit:
- 4.1
-
readCDOLockState
- Löst aus:
IOException
- Seit:
- 4.1
-
readCDOLockStates
- Löst aus:
IOException
- Seit:
- 4.15
-
readCDOLockDelta
- Löst aus:
IOException
- Seit:
- 4.15
-
readCDOLockDeltas
- Löst aus:
IOException
- Seit:
- 4.15
-
readCDOLockArea
- Löst aus:
IOException
- Seit:
- 4.1
-
getSession
CDOCommonSession getSession()- Seit:
- 4.18
-
getPackageRegistry
CDOPackageRegistry getPackageRegistry()- Seit:
- 4.2
-