Class 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 void decode​(byte[] data, java.io.OutputStream out)
      Decode the encoded byte data writing it to the given output stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • decode

        public static void decode​(byte[] data,
                                  java.io.OutputStream out)
                           throws java.io.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:
        java.io.IOException - if an error occurs