Class IOToolkit


  • public final class IOToolkit
    extends java.lang.Object
    Helper methods for IO related operations.
    • Constructor Summary

      Constructors 
      Constructor Description
      IOToolkit()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] readFully​(java.io.InputStream is, int length, boolean readAll)  
      • Methods inherited from class java.lang.Object

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

      • IOToolkit

        public IOToolkit()
    • Method Detail

      • readFully

        public static byte[] readFully​(java.io.InputStream is,
                                       int length,
                                       boolean readAll)
                                throws java.io.IOException
        Throws:
        java.io.IOException