wt.federation
Class FederationHelper.RMIInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bywt.federation.FederationHelper.RMIInputStream
Enclosing class:
FederationHelper

private class FederationHelper.RMIInputStream
extends InputStream


Field Summary
private  byte[] buffer
           
private  int cursor
           
private  String pipeName
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
FederationHelper.RMIInputStream(String pipeName)
           
 
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
 

Field Detail

buffer

private byte[] buffer

cursor

private int cursor

pipeName

private String pipeName
Constructor Detail

FederationHelper.RMIInputStream

public FederationHelper.RMIInputStream(String pipeName)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException