Package org.eclipse.net4j.util.container
Class FileContainerPersistence<E>
java.lang.Object
org.eclipse.net4j.util.container.ContainerPersistence<E>
org.eclipse.net4j.util.container.FileContainerPersistence<E>
- All Implemented Interfaces:
IContainer.Persistence<E>
- Since:
- 3.5
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal File
getFile()
protected InputStream
protected OutputStream
Methods inherited from class org.eclipse.net4j.util.container.ContainerPersistence
loadElements, saveElements
-
Constructor Details
-
FileContainerPersistence
-
-
Method Details
-
getFile
-
openInputStream
- Specified by:
openInputStream
in classContainerPersistence<E>
- Throws:
IOException
-
openOutputStream
- Specified by:
openOutputStream
in classContainerPersistence<E>
- Throws:
IOException
-