public class AtomicFiles extends Object
Modifier and Type | Method and Description |
---|---|
static BufferedWriter |
createAtomicBufferedWriter(Path path,
Charset charset) |
static Callable<BufferedWriter> |
createAtomicWriterFactory(Path path,
Charset charset) |
public static Callable<BufferedWriter> createAtomicWriterFactory(Path path, Charset charset)
public static BufferedWriter createAtomicBufferedWriter(Path path, Charset charset) throws IOException
IOException
Copyright © 2014–2017. All rights reserved.