Package org.eclipse.net4j.util.container
Class ContainerPersistence<E>
java.lang.Object
org.eclipse.net4j.util.container.ContainerPersistence<E>
- All Implemented Interfaces:
IContainer.Persistence<E>
- Direct Known Subclasses:
FileContainerPersistence
- Since:
- 3.5
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract InputStream
protected abstract OutputStream
void
saveElements
(Collection<E> elements)
-
Constructor Details
-
ContainerPersistence
public ContainerPersistence()
-
-
Method Details
-
loadElements
- Specified by:
loadElements
in interfaceIContainer.Persistence<E>
- Throws:
IORuntimeException
-
saveElements
- Specified by:
saveElements
in interfaceIContainer.Persistence<E>
- Throws:
IORuntimeException
-
openInputStream
- Throws:
IOException
-
openOutputStream
- Throws:
IOException
-