public class SbeFactory extends java.lang.Object implements AbcFactory<SbeInput,SbeOutput>
| 限定符和类型 | 字段和说明 |
|---|---|
static SbeFactory |
instance |
| 构造器和说明 |
|---|
SbeFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
SbeInput |
createInput(byte[] bytes)
创建输入器
|
SbeOutput |
createOutput()
创建输出器
|
byte[] |
extractBytes(SbeOutput out)
提取 bytes[]
|
static AbcFactory<SbeInput,SbeOutput> |
getInstance() |
public static final SbeFactory instance
public static AbcFactory<SbeInput,SbeOutput> getInstance()
public SbeInput createInput(byte[] bytes)
AbcFactorycreateInput 在接口中 AbcFactory<SbeInput,SbeOutput>public SbeOutput createOutput()
AbcFactorycreateOutput 在接口中 AbcFactory<SbeInput,SbeOutput>public byte[] extractBytes(SbeOutput out)
AbcFactoryextractBytes 在接口中 AbcFactory<SbeInput,SbeOutput>