| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
|
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayOutputStream |
IoKit.read(InputStream in)
从流中读取内容,读到输出流中,读取完毕后关闭流
|
static ByteArrayOutputStream |
IoKit.read(InputStream in,
boolean isClose)
从流中读取内容,读到输出流中,读取完毕后可选是否关闭流
|
static ByteArrayOutputStream |
IoKit.read(ReadableByteChannel channel)
从流中读取内容,读到输出流中
|
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayInputStream |
IoKit.toStream(ByteArrayOutputStream out)
|
Copyright © 2022. All rights reserved.