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, write
public CachingWriter(File path, Charset charset) throws IOException
IOException
public CachingWriter(Path path, Charset charset) throws IOException
IOException
public CachingWriter(Path path, Charset charset, int bufferSize) throws IOException
IOException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.