Uses of Class
cloud.opencode.base.io.source.CharSink
Packages that use CharSink
-
Uses of CharSink in cloud.opencode.base.io.source
Methods in cloud.opencode.base.io.source that return CharSinkModifier and TypeMethodDescriptionByteSink.asCharSink()Returns a view of this sink as a CharSink with UTF-8 charset.ByteSink.asCharSink(Charset charset) Returns a view of this sink as a CharSink with the given charset.static CharSinkCharSink.nullSink()Creates a CharSink that discards all written data.static CharSinkCreates a CharSink for writing to a file path with UTF-8 encoding.static CharSinkCreates a CharSink for writing to a file path.static CharSinkCharSink.toPathAppend(Path path) Creates a CharSink for appending to a file path with UTF-8 encoding.static CharSinkCharSink.toPathAppend(Path path, Charset charset) Creates a CharSink for appending to a file path.Methods in cloud.opencode.base.io.source with parameters of type CharSink