protected static class FSTConfiguration.FBinaryStreamCoderFactory extends Object implements FSTConfiguration.StreamCoderFactory
| Modifier and Type | Field and Description |
|---|---|
protected FSTConfiguration |
conf |
| Constructor and Description |
|---|
FBinaryStreamCoderFactory(FSTConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
FSTDecoder |
createStreamDecoder() |
FSTEncoder |
createStreamEncoder() |
ThreadLocal |
getInput() |
ThreadLocal |
getOutput() |
protected final FSTConfiguration conf
public FBinaryStreamCoderFactory(FSTConfiguration conf)
public FSTEncoder createStreamEncoder()
createStreamEncoder in interface FSTConfiguration.StreamCoderFactorypublic FSTDecoder createStreamDecoder()
createStreamDecoder in interface FSTConfiguration.StreamCoderFactorypublic ThreadLocal getInput()
getInput in interface FSTConfiguration.StreamCoderFactorypublic ThreadLocal getOutput()
getOutput in interface FSTConfiguration.StreamCoderFactoryCopyright © 2015. All rights reserved.