org.jboss.resteasy.util
Class ReadFromStream

java.lang.Object
  extended by org.jboss.resteasy.util.ReadFromStream

public class ReadFromStream
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ReadFromStream()
           
 
Method Summary
static byte[] readFromStream(int bufferSize, java.io.InputStream entityStream)
          Stuff the contents of a InputStream into a byte buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadFromStream

public ReadFromStream()
Method Detail

readFromStream

public static byte[] readFromStream(int bufferSize,
                                    java.io.InputStream entityStream)
                             throws java.io.IOException
Stuff the contents of a InputStream into a byte buffer. Reads until EOF (-1).

Parameters:
bufferSize -
entityStream -
Returns:
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.