@Preview(value="3.0")
public interface AbcFactory<I,O>
| Modifier and Type | Method and Description |
|---|---|
I |
createInput(byte[] bytes)
创建输入器
|
O |
createOutput()
创建输出器
|
byte[] |
extractBytes(O out)
提取 bytes[]
|
Copyright © 2025. All rights reserved.