|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.vinci.transport.util.StreamMaterializer
public class StreamMaterializer
Simple static adapter method for converting stream into byte[]
| Method Summary | |
|---|---|
static byte[] |
materialize(java.io.InputStream input_stream)
Bring the entire contents of the provided stream into a memory-resident byte array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final byte[] materialize(java.io.InputStream input_stream)
throws java.io.IOException
java.io.IOException - thrown by the input stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||