Package org.jboss.resteasy.util
Class ReadFromStream
- java.lang.Object
-
- org.jboss.resteasy.util.ReadFromStream
-
public class ReadFromStream extends java.lang.Object
- Version:
- $Revision: 1 $
-
-
Constructor Summary
Constructors Constructor Description ReadFromStream()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
readFromStream(int bufferSize, java.io.InputStream entityStream)
Stuff the contents of a InputStream into a byte buffer.
-