Uses of Interface
org.aoju.bus.core.io.sink.Sink
Packages that use Sink
Package
Description
IO相关封装和工具类,包括Inputstream和OutputStream实现类和Buffer处理等
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of Sink in org.aoju.bus.core.io
Methods in org.aoju.bus.core.io that return Sink -
Uses of Sink in org.aoju.bus.core.io.buffer
Classes in org.aoju.bus.core.io.buffer that implement SinkMethods in org.aoju.bus.core.io.buffer with parameters of type Sink -
Uses of Sink in org.aoju.bus.core.io.sink
Subinterfaces of Sink in org.aoju.bus.core.io.sinkClasses in org.aoju.bus.core.io.sink that implement SinkModifier and TypeClassDescriptionclass将调用转发给另一个调用的Sinkclass这种流体的强冲刷可能导致压缩降低 每一个 调用DeflaterSink.flush()立即压缩所有当前缓存的数据class不会抛出IOExceptions的接收器, 即使底层接收器抛出了IOExceptionsclass这相当于使用Deflater同步刷新选项 该类不提供任何部分刷新机制 为获得最佳性能, 只在应用程序行为需要时调用GzipSink.flush()final class原始流信息Fields in org.aoju.bus.core.io.sink declared as SinkMethods in org.aoju.bus.core.io.sink that return SinkConstructors in org.aoju.bus.core.io.sink with parameters of type SinkModifierConstructorDescriptionAssignSink(Sink delegate) DeflaterSink(Sink sink, Deflater deflater) FaultHideSink(Sink delegate) -
Uses of Sink in org.aoju.bus.core.io.source
Methods in org.aoju.bus.core.io.source with parameters of type Sink -
Uses of Sink in org.aoju.bus.core.io.timout
Methods in org.aoju.bus.core.io.timout that return SinkModifier and TypeMethodDescriptionfinal SinkReturns a new sink that delegates tosink, using this to implement timeouts.Methods in org.aoju.bus.core.io.timout with parameters of type Sink -
Uses of Sink in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit 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.aoju.bus.core.toolkit with parameters of type Sink