Class QuotedPrintableDecoder

java.lang.Object
org.apache.commons.fileupload.util.mime.QuotedPrintableDecoder

public final class QuotedPrintableDecoder extends Object
Since:
1.3
  • Method Details

    • decode

      public static void decode(byte[] data, OutputStream out) throws IOException
      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