Class Decoder


  • public class Decoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Decoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static long decodeBytes​(java.io.InputStream input, java.io.OutputStream output, byte[] buffer)  
      static void main​(java.lang.String... args)  
      • Methods inherited from class java.lang.Object

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

      • Decoder

        public Decoder()
    • Method Detail

      • decodeBytes

        private static long decodeBytes​(java.io.InputStream input,
                                        java.io.OutputStream output,
                                        byte[] buffer)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String... args)
                         throws java.io.IOException
        Throws:
        java.io.IOException