public class FileContainerPersistence<E> extends ContainerPersistence<E>
Constructor and Description |
---|
FileContainerPersistence(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
protected java.io.InputStream |
openInputStream() |
protected java.io.OutputStream |
openOutputStream() |
loadElements, saveElements
public final java.io.File getFile()
protected java.io.InputStream openInputStream() throws java.io.IOException
openInputStream
in class ContainerPersistence<E>
java.io.IOException
protected java.io.OutputStream openOutputStream() throws java.io.IOException
openOutputStream
in class ContainerPersistence<E>
java.io.IOException
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html