org.edg.security.voms
Class VOMSInfo.SnoopInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--org.edg.security.voms.VOMSInfo.SnoopInputStream
- Enclosing class:
- VOMSInfo
- protected class VOMSInfo.SnoopInputStream
- extends java.io.InputStream
Simple helper class that remembers everything read from an input stream
in a separate output stream
Field Summary |
protected java.io.InputStream |
in
|
protected java.io.OutputStream |
out
|
Method Summary |
int |
read()
|
Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected java.io.InputStream in
out
protected java.io.OutputStream out
VOMSInfo.SnoopInputStream
public VOMSInfo.SnoopInputStream(java.io.InputStream is,
java.io.OutputStream snoopStream)
read
public int read()
throws java.io.IOException
- Specified by:
read
in class java.io.InputStream
java.io.IOException
- See Also:
InputStream.read()