Uses of Interface
org.miaixz.bus.core.io.sink.Sink
Packages that use Sink
-
Uses of Sink in org.miaixz.bus.core.io.buffer
Classes in org.miaixz.bus.core.io.buffer that implement SinkMethods in org.miaixz.bus.core.io.buffer with parameters of type Sink -
Uses of Sink in org.miaixz.bus.core.io.sink
Subinterfaces of Sink in org.miaixz.bus.core.io.sinkClasses in org.miaixz.bus.core.io.sink that implement SinkModifier and TypeClassDescriptionclass将操作转发给另一个Sink的抽象接收器。class使用 Deflater 进行压缩的接收器,立即压缩并写入缓冲数据,调用 flush 会导致压缩率降低。class容错接收器,捕获底层接收器的 IOException 并标记错误状态,避免抛出异常。classGZIP 格式压缩接收器,使用Deflater进行压缩,仅在必要时调用 flush 以优化性能。final class实现缓冲接收器,管理字节流的写入操作,支持多种数据格式的写入并适配底层接收器。Fields in org.miaixz.bus.core.io.sink declared as SinkMethods in org.miaixz.bus.core.io.sink that return SinkConstructors in org.miaixz.bus.core.io.sink with parameters of type SinkModifierConstructorDescriptionAssignSink(Sink delegate) 构造方法,初始化代理接收器。DeflaterSink(Sink sink, Deflater deflater) 构造方法,使用指定的接收器和压缩器。FaultHideSink(Sink delegate) 构造方法,初始化代理接收器。构造方法,初始化 GZIP 接收器。构造方法,初始化接收器。 -
Uses of Sink in org.miaixz.bus.core.io.source
Methods in org.miaixz.bus.core.io.source with parameters of type Sink -
Uses of Sink in org.miaixz.bus.core.io.timout
Methods in org.miaixz.bus.core.io.timout that return SinkMethods in org.miaixz.bus.core.io.timout with parameters of type Sink -
Uses of Sink in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return SinkModifier and TypeMethodDescriptionstatic SinkIoKit.appendingSink(File file) 返回一个附加到file的接收器static SinkIoKit.blackhole()返回一个都不写的接收器static Sink返回一个向file写入的接收器static SinkIoKit.sink(OutputStream out) 返回一个向out写入的接收器static Sink返回一个向socket写入的接收器。static SinkIoKit.sink(Path path, OpenOption... options) 返回一个向path写入的接收器.Methods in org.miaixz.bus.core.xyz with parameters of type Sink