Uses of Class
cloud.opencode.base.io.source.ByteSink
Packages that use ByteSink
-
Uses of ByteSink in cloud.opencode.base.io.source
Methods in cloud.opencode.base.io.source that return ByteSinkModifier and TypeMethodDescriptionstatic ByteSinkByteSink.nullSink()Creates a ByteSink that discards all written data.static ByteSinkCreates a ByteSink for writing to a file path.static ByteSinkByteSink.toPathAppend(Path path) Creates a ByteSink for appending to a file path.Methods in cloud.opencode.base.io.source with parameters of type ByteSink