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>
 
 public class FileContainerPersistence<E> extends ContainerPersistence<E> - Since:
- 3.5
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description FileContainerPersistence(java.io.File file)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetFile()protected java.io.InputStreamopenInputStream()protected java.io.OutputStreamopenOutputStream()- 
Methods inherited from class org.eclipse.net4j.util.container.ContainerPersistenceloadElements, saveElements
 
- 
 
- 
- 
- 
Method Detail- 
getFilepublic final java.io.File getFile() 
 - 
openInputStreamprotected java.io.InputStream openInputStream() throws java.io.IOException- Specified by:
- openInputStreamin class- ContainerPersistence<E>
- Throws:
- java.io.IOException
 
 - 
openOutputStreamprotected java.io.OutputStream openOutputStream() throws java.io.IOException- Specified by:
- openOutputStreamin class- ContainerPersistence<E>
- Throws:
- java.io.IOException
 
 
- 
 
-