Package | Description |
---|---|
cn.orionsec.kit.lang.define.iterator | |
cn.orionsec.kit.lang.utils.io |
Modifier and Type | Method and Description |
---|---|
ByteArrayIterator |
ByteArrayIterator.autoClose(boolean autoClose)
设置流自动关闭
|
ByteArrayIterator |
ByteArrayIterator.skip(long skip)
设置偏移量
|
Modifier and Type | Method and Description |
---|---|
static ByteArrayIterator |
FileReaders.byteArrayIterator(File file,
byte[] buffer)
byte[]迭代器
|
static ByteArrayIterator |
Streams.byteArrayIterator(InputStream input,
byte[] buffer) |
static ByteArrayIterator |
FileReaders.byteArrayIterator(String file,
byte[] buffer) |
static ByteArrayIterator |
FileReaders.byteArrayIteratorFast(File file,
byte[] buffer) |
static ByteArrayIterator |
FileReaders.byteArrayIteratorFast(Path file,
byte[] buffer)
byte[]迭代器
|
static ByteArrayIterator |
FileReaders.byteArrayIteratorFast(String file,
byte[] buffer) |
Copyright © 2024. All rights reserved.