Uses of Class
org.aoju.bus.core.io.stream.FastByteOutputStream
Packages that use 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)