@FinalFieldsConstructor public class BatchLinkableResourceStorageLoadable extends ResourceStorageLoadable
| Constructor and Description |
|---|
BatchLinkableResourceStorageLoadable(java.io.InputStream in,
boolean storeNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
handleLoadEObject(org.eclipse.emf.ecore.InternalEObject loaded,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream input) |
protected void |
loadEntries(StorageAwareResource resource,
java.util.zip.ZipInputStream zipIn)
Load entries from the storage.
|
protected void |
readAssociationsAdapter(BatchLinkableResource resource,
java.util.zip.ZipInputStream stream) |
loadIntoResource, readContents, readNodeModel, readResourceDescriptionpublic BatchLinkableResourceStorageLoadable(java.io.InputStream in,
boolean storeNodeModel)
protected void loadEntries(StorageAwareResource resource, java.util.zip.ZipInputStream zipIn) throws java.io.IOException
ResourceStorageLoadableloadEntries in class ResourceStorageLoadablejava.io.IOExceptionprotected java.lang.Object handleLoadEObject(org.eclipse.emf.ecore.InternalEObject loaded,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream input)
throws java.io.IOException
handleLoadEObject in class ResourceStorageLoadablejava.io.IOExceptionprotected void readAssociationsAdapter(BatchLinkableResource resource, java.util.zip.ZipInputStream stream) throws java.io.IOException
java.io.IOException