| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.io |
| 限定符和类型 | 方法和说明 |
|---|---|
static BufferedInputStream |
IOs.buffer(InputStream inputStream)
Returns the given InputStream if it is already a
BufferedInputStream, otherwise creates a
BufferedInputStream from the given InputStream. |
static BufferedInputStream |
IOs.buffer(InputStream inputStream,
int size)
Returns the given InputStream if it is already a
BufferedInputStream, otherwise creates a
BufferedInputStream from the given InputStream. |
Copyright © 2021. All rights reserved.