Package | Description |
---|---|
org.nutz.lang |
Java语法糖,封装众多常用实用方法
|
Modifier and Type | Method and Description |
---|---|
static FileChannelOutputStream |
Streams.chan(FileOutputStream ops)
包裹采用 nio 方式更快速的文件输出流
|
static FileChannelOutputStream |
Streams.chanOps(File f,
boolean append)
创建采用 nio 方式更快速的文件输出流
|
Copyright © 2020. All rights reserved.