@FinalFieldsConstructor public class ResourceStorageWritable extends Object
| Constructor and Description |
|---|
ResourceStorageWritable(OutputStream out,
boolean storeNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
beforeSaveEObject(org.eclipse.emf.ecore.InternalEObject object,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream writable) |
protected void |
convertExternalURIsToPortableURIs(SerializableResourceDescription description,
StorageAwareResource resource) |
protected void |
handleSaveEObject(org.eclipse.emf.ecore.InternalEObject object,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream out) |
protected void |
writeContents(StorageAwareResource storageAwareResource,
OutputStream outputStream) |
protected void |
writeEntries(StorageAwareResource resource,
ZipOutputStream zipOut)
Write entries into the storage.
|
protected void |
writeNodeModel(StorageAwareResource resource,
OutputStream outputStream) |
void |
writeResource(StorageAwareResource resource) |
protected void |
writeResourceDescription(StorageAwareResource resource,
OutputStream outputStream) |
public ResourceStorageWritable(OutputStream out, boolean storeNodeModel)
public void writeResource(StorageAwareResource resource) throws IOException
IOExceptionprotected void writeEntries(StorageAwareResource resource, ZipOutputStream zipOut) throws IOException
IOExceptionprotected void writeContents(StorageAwareResource storageAwareResource, OutputStream outputStream) throws IOException
IOExceptionprotected Object beforeSaveEObject(org.eclipse.emf.ecore.InternalEObject object, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream writable) throws IOException
IOExceptionprotected void handleSaveEObject(org.eclipse.emf.ecore.InternalEObject object,
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream out)
throws IOException
IOExceptionprotected void writeResourceDescription(StorageAwareResource resource, OutputStream outputStream) throws IOException
IOExceptionprotected void convertExternalURIsToPortableURIs(SerializableResourceDescription description, StorageAwareResource resource)
protected void writeNodeModel(StorageAwareResource resource, OutputStream outputStream) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.