Class InputStreams


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

      Constructors 
      Constructor Description
      InputStreams()  
    • Method Summary

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

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

      • InputStreams

        public InputStreams()
    • Method Detail

      • toByteArray

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