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:
- java.io.Closeable,- java.io.DataInput,- java.lang.AutoCloseable,- CDODataInput,- org.eclipse.net4j.util.io.ExtendedDataInput
 - Enclosing class:
- CDODataInputImpl
 
 public static final class CDODataInputImpl.Default extends CDODataInputImpl A concrete subclass ofCDODataInputImpl.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImplCDODataInputImpl.Default
 
- 
 - 
Constructor SummaryConstructors Constructor Description Default(org.eclipse.net4j.util.io.ExtendedDataInput delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CDOBranchManagergetBranchManager()protected CDOCommitInfoManagergetCommitInfoManager()protected CDOListFactorygetListFactory()protected CDOLobStoregetLobStore()CDOPackageRegistrygetPackageRegistry()protected CDORevisionFactorygetRevisionFactory()- 
Methods inherited from class org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImplgetPackageURICompressor, isXCompression, readCDOBranch, readCDOBranchPoint, readCDOBranchVersion, readCDOChangeSetData, readCDOClassifierRef, readCDOClassifierRefAndResolve, readCDOCommitData, readCDOCommitInfo, readCDOFeatureDelta, readCDOFeatureValue, readCDOID, readCDOIDAndBranch, readCDOIDAndVersion, readCDOIDReference, readCDOList, readCDOLockArea, readCDOLockChangeInfo, 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.Delegatingclose, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
 
- 
- 
- 
Method Detail- 
getRevisionFactoryprotected CDORevisionFactory getRevisionFactory() - Specified by:
- getRevisionFactoryin class- CDODataInputImpl
 
 - 
getPackageRegistrypublic CDOPackageRegistry getPackageRegistry() 
 - 
getLobStoreprotected CDOLobStore getLobStore() - Specified by:
- getLobStorein class- CDODataInputImpl
 
 - 
getListFactoryprotected CDOListFactory getListFactory() - Specified by:
- getListFactoryin class- CDODataInputImpl
 
 - 
getCommitInfoManagerprotected CDOCommitInfoManager getCommitInfoManager() - Specified by:
- getCommitInfoManagerin class- CDODataInputImpl
 
 - 
getBranchManagerprotected CDOBranchManager getBranchManager() - Specified by:
- getBranchManagerin class- CDODataInputImpl
 
 
- 
 
-