| Modifier and Type | Field and Description | 
|---|---|
static String | 
NAME  | 
static NoCodec | 
NO_CODEC  | 
| Constructor and Description | 
|---|
NoCodec()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
decode(byte[] data)
Decodes the byte array returns an object. 
 | 
byte[] | 
encode(Object object)
Encodes the object returns a byte array representation. 
 | 
String | 
getName()
Returns the codec name 
 | 
public static final String NAME
public NoCodec()
Copyright © 2019 Nuxeo. All rights reserved.