public class UnclosableWriter extends Writer
Constructor and Description |
---|
UnclosableWriter(Writer w) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
public UnclosableWriter(Writer w)
public void close()
public void flush()
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
Copyright © 2017 JBoss by Red Hat. All rights reserved.