| Package | Description |
|---|---|
| cn.orionsec.kit.lang.define.io | |
| cn.orionsec.kit.lang.support.progress |
| Modifier and Type | Method and Description |
|---|---|
ByteTransferProgress |
ProgressWriter.getProgress() |
ByteTransferProgress |
ProgressReader.getProgress() |
ByteTransferProgress |
ProgressOutputStream.getProgress() |
ByteTransferProgress |
ProgressInputStream.getProgress() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressWriter.setProgress(ByteTransferProgress progress) |
void |
ProgressReader.setProgress(ByteTransferProgress progress) |
void |
ProgressOutputStream.setProgress(ByteTransferProgress progress) |
void |
ProgressInputStream.setProgress(ByteTransferProgress progress) |
| Constructor and Description |
|---|
ProgressInputStream(InputStream wrapper,
ByteTransferProgress progress) |
ProgressOutputStream(OutputStream wrapper,
ByteTransferProgress progress) |
ProgressReader(Reader wrapper,
ByteTransferProgress progress) |
ProgressWriter(Writer wrapper,
ByteTransferProgress progress) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteTransferRateProgress
数据传输进度条 (实时速率计算)
|
| Modifier and Type | Method and Description |
|---|---|
ByteTransferProgress |
ByteTransferProgress.callback(Runnable callback)
完成回调
|
Copyright © 2025. All rights reserved.