Uses of Class
org.aoju.bus.core.io.stream.FastByteOutputStream
Packages that use FastByteOutputStream
Package
Description
InputStream和OutputStream相关方法和类封装
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of FastByteOutputStream in org.aoju.bus.core.io.stream
Methods in org.aoju.bus.core.io.stream that return FastByteOutputStream -
Uses of FastByteOutputStream in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return FastByteOutputStreamModifier and TypeMethodDescriptionstatic FastByteOutputStreamIoKit.read(InputStream in) 从流中读取内容,读到输出流中,读取完毕后关闭流static FastByteOutputStreamIoKit.read(InputStream in, boolean isClose) 从流中读取内容,读到输出流中,读取完毕后可选是否关闭流static FastByteOutputStreamIoKit.read(ReadableByteChannel channel) 从流中读取内容,读到输出流中Methods in org.aoju.bus.core.toolkit with parameters of type FastByteOutputStreamModifier and TypeMethodDescriptionstatic ByteArrayInputStreamIoKit.toStream(FastByteOutputStream out)