public abstract class CDODataInputImpl extends ExtendedDataInput.Delegating implements CDODataInput
Modifier and Type | Class and Description |
---|---|
static class |
CDODataInputImpl.Default
A concrete subclass of
CDODataInputImpl . |
ExtendedDataInput.Delegating, ExtendedDataInput.Stream
Constructor and Description |
---|
CDODataInputImpl(ExtendedDataInput delegate) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPackageRegistry
readByteArray, readEnum, readException, readObject, readObject, readObject, readString, readVarInt, readVarLong
public CDODataInputImpl(ExtendedDataInput delegate)
public int readXInt() throws java.io.IOException
readXInt
in interface CDODataInput
java.io.IOException
public long readXLong() throws java.io.IOException
readXLong
in interface CDODataInput
java.io.IOException
public CDOPackageUnit readCDOPackageUnit(ResourceSet resourceSet) throws java.io.IOException
readCDOPackageUnit
in interface CDODataInput
java.io.IOException
public CDOPackageUnit[] readCDOPackageUnits(ResourceSet resourceSet) throws java.io.IOException
readCDOPackageUnits
in interface CDODataInput
java.io.IOException
public CDOPackageUnit.Type readCDOPackageUnitType() throws java.io.IOException
readCDOPackageUnitType
in interface CDODataInput
java.io.IOException
public CDOPackageInfo readCDOPackageInfo() throws java.io.IOException
readCDOPackageInfo
in interface CDODataInput
java.io.IOException
public java.lang.String readCDOPackageURI() throws java.io.IOException
readCDOPackageURI
in interface CDODataInput
java.io.IOException
public CDOClassifierRef readCDOClassifierRef() throws java.io.IOException
readCDOClassifierRef
in interface CDODataInput
java.io.IOException
public EClassifier readCDOClassifierRefAndResolve() throws java.io.IOException
readCDOClassifierRefAndResolve
in interface CDODataInput
java.io.IOException
public CDOType readCDOType() throws java.io.IOException
readCDOType
in interface CDODataInput
java.io.IOException
public CDOBranch readCDOBranch() throws java.io.IOException
readCDOBranch
in interface CDODataInput
java.io.IOException
public CDOBranchPoint readCDOBranchPoint() throws java.io.IOException
readCDOBranchPoint
in interface CDODataInput
java.io.IOException
public CDOBranchVersion readCDOBranchVersion() throws java.io.IOException
readCDOBranchVersion
in interface CDODataInput
java.io.IOException
public CDOChangeSetData readCDOChangeSetData() throws java.io.IOException
readCDOChangeSetData
in interface CDODataInput
java.io.IOException
public CDOCommitData readCDOCommitData() throws java.io.IOException
readCDOCommitData
in interface CDODataInput
java.io.IOException
public CDOCommitInfo readCDOCommitInfo() throws java.io.IOException
readCDOCommitInfo
in interface CDODataInput
java.io.IOException
public CDOLockChangeInfo readCDOLockChangeInfo() throws java.io.IOException
readCDOLockChangeInfo
in interface CDODataInput
java.io.IOException
public IDurableLockingManager.LockArea readCDOLockArea() throws java.io.IOException
readCDOLockArea
in interface CDODataInput
java.io.IOException
public CDOLockOwner readCDOLockOwner() throws java.io.IOException
readCDOLockOwner
in interface CDODataInput
java.io.IOException
public CDOLockState readCDOLockState() throws java.io.IOException
readCDOLockState
in interface CDODataInput
java.io.IOException
public IRWLockManager.LockType readCDOLockType() throws java.io.IOException
readCDOLockType
in interface CDODataInput
java.io.IOException
public CDOID readCDOID() throws java.io.IOException
readCDOID
in interface CDODataInput
java.io.IOException
public CDOIDReference readCDOIDReference() throws java.io.IOException
readCDOIDReference
in interface CDODataInput
java.io.IOException
public CDOIDAndVersion readCDOIDAndVersion() throws java.io.IOException
readCDOIDAndVersion
in interface CDODataInput
java.io.IOException
public CDOIDAndBranch readCDOIDAndBranch() throws java.io.IOException
readCDOIDAndBranch
in interface CDODataInput
java.io.IOException
public CDORevisionKey readCDORevisionKey() throws java.io.IOException
readCDORevisionKey
in interface CDODataInput
java.io.IOException
public CDORevision readCDORevision() throws java.io.IOException
readCDORevision
in interface CDODataInput
java.io.IOException
public CDORevision readCDORevision(boolean freeze) throws java.io.IOException
readCDORevision
in interface CDODataInput
java.io.IOException
public CDORevisable readCDORevisable() throws java.io.IOException
readCDORevisable
in interface CDODataInput
java.io.IOException
public CDOList readCDOList(EClass owner, EStructuralFeature feature) throws java.io.IOException
readCDOList
in interface CDODataInput
java.io.IOException
public java.lang.Object readCDOFeatureValue(EStructuralFeature feature) throws java.io.IOException
readCDOFeatureValue
in interface CDODataInput
java.io.IOException
public CDORevisionDelta readCDORevisionDelta() throws java.io.IOException
readCDORevisionDelta
in interface CDODataInput
java.io.IOException
public CDOFeatureDelta readCDOFeatureDelta(EClass owner) throws java.io.IOException
readCDOFeatureDelta
in interface CDODataInput
java.io.IOException
public java.lang.Object readCDORevisionOrPrimitive() throws java.io.IOException
CDODataInput
readCDORevisionOrPrimitive
in interface CDODataInput
java.io.IOException
public java.lang.Object readCDORevisionOrPrimitiveOrClassifier() throws java.io.IOException
CDODataInput
readCDORevisionOrPrimitiveOrClassifier
in interface CDODataInput
java.io.IOException
protected boolean isXCompression()
protected StringIO getPackageURICompressor()
protected abstract CDOBranchManager getBranchManager()
protected abstract CDOCommitInfoManager getCommitInfoManager()
protected abstract CDORevisionFactory getRevisionFactory()
protected abstract CDOListFactory getListFactory()
protected abstract CDOLobStore getLobStore()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html