public interface IHasOutputStreamAndWriter extends IHasOutputStream
Writer objects based on
InputStreams.| Modifier and Type | Method and Description |
|---|---|
default Writer |
getBufferedWriter(Charset aCharset,
EAppend eAppend)
Get a buffered
Writer based on this output stream provider using
the given charset. |
default Writer |
getWriter(Charset aCharset,
EAppend eAppend)
Get a
Writer based on this output stream provider using the given
charset. |
getBufferedOutputStream, getOutputStream, isWriteMultiple@Nullable default Writer getWriter(@Nonnull Charset aCharset, @Nonnull EAppend eAppend)
Writer based on this output stream provider using the given
charset.aCharset - The charset to use. May not be null.eAppend - Appending mode. May not be null.null if no output stream could be retrieved.@Nullable default Writer getBufferedWriter(@Nonnull Charset aCharset, @Nonnull EAppend eAppend)
Writer based on this output stream provider using
the given charset.aCharset - The charset to use. May not be null.eAppend - Appending mode. May not be null.null if no output stream could be retrieved.Copyright © 2014–2022 Philip Helger. All rights reserved.