DATATYPE - data type to be encoded and decodedpublic interface ICodec<DATATYPE> extends IEncoder<DATATYPE,DATATYPE>, IDecoder<DATATYPE,DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
static <T> ICodec<T> |
identity() |
getEncodedgetDecodedCopyright © 2014–2016 Philip Helger. All rights reserved.