public class Files extends Object
| Constructor and Description |
|---|
Files() |
| Modifier and Type | Method and Description |
|---|---|
static OutputStream |
createOrOpenAsOuputStream(FileSystemAbstraction fileSystem,
File file,
boolean append)
Creates a file, or opens an existing file.
|
public static OutputStream createOrOpenAsOuputStream(FileSystemAbstraction fileSystem, File file, boolean append) throws IOException
fileSystem - The filesystem abstraction to usefile - The file to create or openIOException - If an error occurs creating directories or opening the fileCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.