Class QuotedPrintableDecoder
- java.lang.Object
-
- org.apache.commons.fileupload.util.mime.QuotedPrintableDecoder
-
public final class QuotedPrintableDecoder extends java.lang.Object- Since:
- 1.3
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddecode(byte[] data, java.io.OutputStream out)Decode the encoded byte data writing it to the given output stream.
-
-
-
Method Detail
-
decode
public static void decode(byte[] data, java.io.OutputStream out) throws java.io.IOExceptionDecode 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:
java.io.IOException- if an error occurs
-
-