public class AppendableWriter extends Writer
Appendable
.Constructor and Description |
---|
AppendableWriter(Appendable appendable) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] chars,
int start,
int end) |
public AppendableWriter(Appendable appendable)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void write(char[] chars, int start, int end) throws IOException
write
in class Writer
IOException
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.