Package com.drew.lang

Class StreamUtil


  • public final class StreamUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamUtil()  
    • Method Summary

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

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

      • StreamUtil

        public StreamUtil()
    • Method Detail

      • readAllBytes

        public static byte[] readAllBytes​(java.io.InputStream stream)
                                   throws java.io.IOException
        Throws:
        java.io.IOException