|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.file.ReadPipedStream
public final class ReadPipedStream
Read content from a piped stream.
Constructor Summary | |
---|---|
ReadPipedStream(java.io.PipedInputStream inStream)
Create an instance |
Method Summary | |
---|---|
byte[] |
getData()
Read content from piped stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadPipedStream(java.io.PipedInputStream inStream)
inStream
- the piped stream to read from.Method Detail |
---|
public byte[] getData() throws JFWGenericException
JFWGenericException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |