public interface IOutputStreamAndWriterProvider extends IOutputStreamProvider
Writer objects based on
InputStreams.| Modifier and Type | Method and Description |
|---|---|
Writer |
getWriter(Charset aCharset,
EAppend eAppend)
Get an
Writer based on this output stream provider using the given
charset. |
Writer |
getWriter(String sCharset,
EAppend eAppend)
Deprecated.
|
getOutputStream@Nullable @Deprecated Writer getWriter(@Nonnull String sCharset, @Nonnull EAppend eAppend)
Writer based on this output stream provider using the given
charset.sCharset - The charset to use. May not be null.eAppend - Appending mode. May not be null.null if no output stream could be retrieved.@Nullable 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.Copyright © 2006–2015 phloc systems. All rights reserved.