@FinalFieldsConstructor public class ResourceStorageLoadable extends Object
| Constructor and Description |
|---|
ResourceStorageLoadable(InputStream in,
boolean storeNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
handleLoadEObject(org.eclipse.emf.ecore.InternalEObject loaded,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream input) |
protected void |
loadEntries(StorageAwareResource resource,
ZipInputStream zipIn)
Load entries from the storage.
|
protected void |
loadIntoResource(StorageAwareResource resource) |
protected void |
readContents(StorageAwareResource resource,
InputStream inputStream) |
protected void |
readNodeModel(StorageAwareResource resource,
InputStream inputStream) |
protected void |
readResourceDescription(StorageAwareResource resource,
InputStream inputStream) |
public ResourceStorageLoadable(InputStream in, boolean storeNodeModel)
protected void loadIntoResource(StorageAwareResource resource) throws IOException
IOExceptionprotected void loadEntries(StorageAwareResource resource, ZipInputStream zipIn) throws IOException
IOExceptionprotected void readContents(StorageAwareResource resource, InputStream inputStream) throws IOException
IOExceptionprotected Object handleLoadEObject(org.eclipse.emf.ecore.InternalEObject loaded, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream input) throws IOException
IOExceptionprotected void readResourceDescription(StorageAwareResource resource, InputStream inputStream) throws IOException
IOExceptionprotected void readNodeModel(StorageAwareResource resource, InputStream inputStream) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.