Uses of Class
com.luna.common.io.FastByteArrayOutputStream
Packages that use FastByteArrayOutputStream
-
Uses of FastByteArrayOutputStream in com.luna.common.io
Methods in com.luna.common.io that return FastByteArrayOutputStreamModifier and TypeMethodDescriptionstatic FastByteArrayOutputStreamIoUtil.read(InputStream in) 从流中读取内容,读到输出流中,读取完毕后并不关闭流static FastByteArrayOutputStreamIoUtil.read(InputStream in, boolean isClose) 从流中读取内容,读到输出流中,读取完毕后并不关闭流static FastByteArrayOutputStreamNioUtil.read(ReadableByteChannel channel) 从流中读取内容,读到输出流中