
public class FileContainerPersistence<E> extends ContainerPersistence<E>
| Constructor and Description |
|---|
FileContainerPersistence(File file) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
protected InputStream |
openInputStream() |
protected OutputStream |
openOutputStream() |
loadElements, saveElementspublic FileContainerPersistence(File file)
public final File getFile()
protected InputStream openInputStream() throws IOException
openInputStream in class ContainerPersistence<E>IOExceptionprotected OutputStream openOutputStream() throws IOException
openOutputStream in class ContainerPersistence<E>IOExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.