@FunctionalInterface public interface DataHandler
Modifier and Type | Method and Description |
---|---|
void |
read(byte[] bytes,
int len,
Tracker tracker)
读取到数据
|
void read(byte[] bytes, int len, Tracker tracker)
bytes
- byteslen
- 读取的长度tracker
- 追踪器Copyright © 2024. All rights reserved.