Class QuotedPrintableDecoder
java.lang.Object
org.apache.commons.fileupload.util.mime.QuotedPrintableDecoder
- Since:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddecode(byte[] data, OutputStream out) Decode the encoded byte data writing it to the given output stream.
-
Method Details
-
decode
Decode the encoded byte data writing it to the given output stream.- Parameters:
data- The array of byte data to decode.out- The output stream used to return the decoded data.- Throws:
IOException- if an error occurs
-