public class WrappedWriter extends Writer
| Constructor and Description |
|---|
WrappedWriter(Writer aWrappedWriter) |
| Modifier and Type | Method and Description |
|---|---|
WrappedWriter |
append(char c) |
WrappedWriter |
append(CharSequence csq) |
WrappedWriter |
append(CharSequence csq,
int nStart,
int nEnd) |
void |
close() |
void |
flush() |
Writer |
getWrappedWriter() |
String |
toString() |
void |
write(char[] aBuf) |
void |
write(char[] aBuf,
int nOfs,
int nLen) |
void |
write(int c) |
void |
write(String sStr) |
void |
write(String sStr,
int nOfs,
int nLen) |
public void write(int c)
throws IOException
write in class WriterIOExceptionpublic void write(@Nonnull char[] aBuf) throws IOException
write in class WriterIOExceptionpublic void write(@Nonnull char[] aBuf, @Nonnegative int nOfs, @Nonnegative int nLen) throws IOException
write in class WriterIOExceptionpublic void write(@Nonnull String sStr) throws IOException
write in class WriterIOExceptionpublic void write(@Nonnull String sStr, @Nonnegative int nOfs, @Nonnegative int nLen) throws IOException
write in class WriterIOExceptionpublic WrappedWriter append(@Nullable CharSequence csq) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic WrappedWriter append(@Nullable CharSequence csq, @Nonnegative int nStart, @Nonnegative int nEnd) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic WrappedWriter append(char c) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2006–2015 phloc systems. All rights reserved.