{@code CharSink} provides two kinds of methods:
Any {@link ByteSink} may be viewed as a {@code CharSink} with a specific {@linkplain Charset character encoding} using {@link ByteSink#asCharSink(Charset)}. Characters written to the resulting {@code CharSink} will written to the {@code ByteSink} as encoded bytes. @since 14.0 @author Colin Decker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|