Class ReadFromStream


  • public class ReadFromStream
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • ReadFromStream

        public ReadFromStream()
    • Method Detail

      • readFromStream

        public static byte[] readFromStream​(int bufferSize,
                                            InputStream entityStream)
                                     throws IOException
        Stuff the contents of a InputStream into a byte buffer. Reads until EOF (-1).
        Parameters:
        bufferSize - buffer size
        entityStream - entity input stream
        Returns:
        bytes read
        Throws:
        IOException - if I/O error occurred