Uses of Interface
org.aoju.bus.core.io.Progress
Packages that use Progress
Package
Description
IO流拷贝相关封装相关封装
InputStream和OutputStream相关方法和类封装
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of Progress in org.aoju.bus.core.io.copier
Fields in org.aoju.bus.core.io.copier declared as ProgressConstructors in org.aoju.bus.core.io.copier with parameters of type ProgressModifierConstructorDescriptionChannelCopier(int bufferSize, long count, Progress progress) 构造构造ReaderWriterCopier(int bufferSize, long count, Progress progress) 构造StreamCopier(int bufferSize, long count, Progress progress) 构造 -
Uses of Progress in org.aoju.bus.core.io.stream
Methods in org.aoju.bus.core.io.stream with parameters of type ProgressModifier and TypeMethodDescriptionlongSyncInputStream.copyTo(OutputStream out, Progress streamProgress) 将流的内容拷贝到输出流 -
Uses of Progress in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit with parameters of type ProgressModifier and TypeMethodDescriptionstatic longIoKit.copy(InputStream in, OutputStream out, int bufferSize, long count, Progress progress) 拷贝流,拷贝后不关闭流static longIoKit.copy(InputStream in, OutputStream out, int bufferSize, Progress progress) 拷贝流,拷贝后不关闭流static long将Reader中的内容复制到Writer中,拷贝后不关闭Readerstatic long将Reader中的内容复制到Writer中,拷贝后不关闭Readerstatic longIoKit.copy(ReadableByteChannel in, WritableByteChannel out, int bufferSize, long count, Progress progress) 拷贝流,使用NIO,不会关闭channelstatic longIoKit.copy(ReadableByteChannel in, WritableByteChannel out, int bufferSize, Progress progress) 拷贝流,使用NIO,不会关闭channel