Class IO


  • public class IO
    extends java.lang.Object
    Some basic IO utilities
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] readFully​(java.io.InputStream in)
      Read a stream fully
      • Methods inherited from class java.lang.Object

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

      • readFully

        public static byte[] readFully​(java.io.InputStream in)
                                throws java.io.IOException
        Read a stream fully
        Throws:
        java.io.IOException