Class CDODataInputImpl.Default
java.lang.Object
org.eclipse.net4j.util.io.ExtendedDataInput.Delegating
org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl
org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl.Default
- All Implemented Interfaces:
Closeable
,DataInput
,AutoCloseable
,CDODataInput
,org.eclipse.net4j.util.io.ExtendedDataInput
- Enclosing class:
- CDODataInputImpl
A concrete subclass of
CDODataInputImpl
.- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl
CDODataInputImpl.Default
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CDOBranchManager
protected CDOCommitInfoManager
protected CDOListFactory
protected CDOLobStore
protected CDORevisionFactory
Methods inherited from class org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl
getPackageURICompressor, getSession, isXCompression, readCDOBranch, readCDOBranchPoint, readCDOBranchVersion, readCDOChangeSetData, readCDOClassifierRef, readCDOClassifierRefAndResolve, readCDOCommitData, readCDOCommitInfo, readCDOFeatureDelta, readCDOFeatureValue, readCDOID, readCDOIDAndBranch, readCDOIDAndVersion, readCDOIDReference, readCDOList, readCDOLockArea, readCDOLockChangeInfo, readCDOLockDelta, readCDOLockOwner, readCDOLockState, readCDOLockType, readCDOPackageInfo, readCDOPackageUnit, readCDOPackageUnits, readCDOPackageUnitType, readCDOPackageURI, readCDORevisable, readCDORevision, readCDORevision, readCDORevisionDelta, readCDORevisionKey, readCDORevisionOrPrimitive, readCDORevisionOrPrimitiveOrClassifier, readCDOType, readXInt, readXLong
Methods inherited from class org.eclipse.net4j.util.io.ExtendedDataInput.Delegating
close, getDelegate, readBoolean, readByte, readByteArray, readChar, readDouble, readEnum, readException, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readObject, readObject, readShort, readString, readUnsignedByte, readUnsignedShort, readUTF, readVarInt, readVarLong, skipBytes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.emf.cdo.common.protocol.CDODataInput
readCDOLockDeltas, readCDOLockStates
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
Methods inherited from interface org.eclipse.net4j.util.io.ExtendedDataInput
readByteArray, readEnum, readException, readObject, readObject, readObject, readString, readVarInt, readVarLong
-
Constructor Details
-
Default
public Default(org.eclipse.net4j.util.io.ExtendedDataInput delegate)
-
-
Method Details
-
getRevisionFactory
- Specified by:
getRevisionFactory
in classCDODataInputImpl
-
getPackageRegistry
-
getLobStore
- Specified by:
getLobStore
in classCDODataInputImpl
-
getListFactory
- Specified by:
getListFactory
in classCDODataInputImpl
-
getCommitInfoManager
- Specified by:
getCommitInfoManager
in classCDODataInputImpl
-
getBranchManager
- Specified by:
getBranchManager
in classCDODataInputImpl
-