public class ResourceStorageLoadable
extends java.lang.Object
| Constructor and Description |
|---|
ResourceStorageLoadable(java.io.InputStream in,
boolean storeNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
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 |
loadIntoResource(StorageAwareResource resource) |
protected void |
readContents(StorageAwareResource resource,
java.io.InputStream inputStream) |
protected void |
readNodeModel(StorageAwareResource resource,
java.io.InputStream inputStream) |
protected void |
readResourceDescription(StorageAwareResource resource,
java.io.InputStream inputStream) |
public ResourceStorageLoadable(java.io.InputStream in,
boolean storeNodeModel)
protected void loadIntoResource(StorageAwareResource resource) throws java.io.IOException
java.io.IOExceptionprotected void loadEntries(StorageAwareResource resource, java.util.zip.ZipInputStream zipIn) throws java.io.IOException
java.io.IOExceptionprotected void readContents(StorageAwareResource resource, java.io.InputStream inputStream) throws java.io.IOException
java.io.IOExceptionprotected void handleLoadEObject(org.eclipse.emf.ecore.InternalEObject loaded,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream input)
throws java.io.IOException
java.io.IOExceptionprotected void readResourceDescription(StorageAwareResource resource, java.io.InputStream inputStream) throws java.io.IOException
java.io.IOExceptionprotected void readNodeModel(StorageAwareResource resource, java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException