|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MimeDecoder
Mime handler.
Nested Class Summary | |
---|---|
static class |
MimeDecoder.Factory
Factory class. |
Method Summary | |
---|---|
java.lang.Object |
decode(byte[] bytes)
Decode the specified array of bytes based on the MimeType
annotation on the implementing MimeDecoder . |
Method Detail |
---|
java.lang.Object decode(byte[] bytes) throws MimeDecodeException
MimeType
annotation on the implementing MimeDecoder
.
bytes
- The bytes to be decoded.
MimeDecodeException
- Error while decoding the byts array.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |