Class QuotedPrintableInputStreamBench

java.lang.Object
org.apache.james.mime4j.QuotedPrintableInputStreamBench

public class QuotedPrintableInputStreamBench extends Object
  • Constructor Details

    • QuotedPrintableInputStreamBench

      public QuotedPrintableInputStreamBench()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • initData

      private static byte[] initData(int size)
    • encode

      private static byte[] encode(byte[] data) throws IOException
      Throws:
      IOException
    • testDecode

      private static void testDecode(byte[] data, byte[] encoded) throws IOException
      Throws:
      IOException
    • compare

      private static void compare(byte[] expected, byte[] actual)