org.eclipse.core.internal.resources
Class SyncInfoReader
java.lang.Object
org.eclipse.core.internal.resources.SyncInfoReader
- Direct Known Subclasses:
- SyncInfoReader_2, SyncInfoReader_3
public class SyncInfoReader
- extends java.lang.Object
This class is used to read sync info from disk. Subclasses implement
version specific reading code.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncInfoReader
public SyncInfoReader(Workspace workspace,
Synchronizer synchronizer)
readPartners
public void readPartners(java.io.DataInputStream input)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
readSyncInfo
public void readSyncInfo(java.io.DataInputStream input)
throws java.io.IOException,
org.eclipse.core.runtime.CoreException
- Throws:
java.io.IOException
org.eclipse.core.runtime.CoreException