|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.wsdl.util.InputStreamForker
public class InputStreamForker
Initial developer(s): Christophe DENEUX
Nested Class Summary | |
---|---|
protected class |
InputStreamForker.ForkedInputStream
|
Field Summary | |
---|---|
protected boolean |
originalInputStreamClosed
true if the close() method has been called on two forked input streams |
Constructor Summary | |
---|---|
InputStreamForker(java.io.InputStream originalInputStream)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStreamOne()
|
java.io.InputStream |
getInputStreamTwo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean originalInputStreamClosed
Constructor Detail |
---|
public InputStreamForker(java.io.InputStream originalInputStream)
Method Detail |
---|
public java.io.InputStream getInputStreamOne()
public java.io.InputStream getInputStreamTwo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |