public class CachingWriter extends OutputStreamWriter
| Constructor and Description |
|---|
CachingWriter(File path,
Charset charset) |
CachingWriter(Path path,
Charset charset) |
CachingWriter(Path path,
Charset charset,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isModified() |
close, flush, getEncoding, write, write, writepublic CachingWriter(File path, Charset charset) throws IOException
IOExceptionpublic CachingWriter(Path path, Charset charset) throws IOException
IOExceptionpublic CachingWriter(Path path, Charset charset, int bufferSize) throws IOException
IOExceptionCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.