public class IdentityCodec extends Object implements org.wisdom.api.content.ContentCodec
| Constructor and Description |
|---|
IdentityCodec() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decode(InputStream toDecode) |
InputStream |
encode(InputStream toEncode) |
String |
getContentEncodingHeaderValue() |
String |
getEncodingType() |
public InputStream encode(InputStream toEncode) throws IOException
encode in interface org.wisdom.api.content.ContentCodecIOExceptionpublic InputStream decode(InputStream toDecode) throws IOException
decode in interface org.wisdom.api.content.ContentCodecIOExceptionpublic String getEncodingType()
getEncodingType in interface org.wisdom.api.content.ContentCodecpublic String getContentEncodingHeaderValue()
getContentEncodingHeaderValue in interface org.wisdom.api.content.ContentCodecCopyright © 2013–2014 Wisdom Framework. All rights reserved.