Class Util


  • public class Util
    extends java.lang.Object
    Place class description here.
    Since:
    Author:
    Matthew Inger,
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CHUNK  
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void transferBytes​(java.io.InputStream input, long length, java.io.OutputStream output, boolean closeInput)  
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • transferBytes

        public static final void transferBytes​(java.io.InputStream input,
                                               long length,
                                               java.io.OutputStream output,
                                               boolean closeInput)
                                        throws java.io.IOException
        Throws:
        java.io.IOException