Project JXTA

net.jxta.impl.endpoint
Class OutgoingMessageTag.OutMsgTagWireInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--net.jxta.impl.endpoint.OutgoingMessageTag.OutMsgTagWireInputStream
Enclosing class:
OutgoingMessageTag

public class OutgoingMessageTag.OutMsgTagWireInputStream
extends java.io.InputStream

This portion is the implementation of the InputStream API.


Constructor Summary
OutgoingMessageTag.OutMsgTagWireInputStream(int ts, java.io.InputStream ip, java.lang.String h, java.lang.String f)
           
 
Method Summary
 int available()
          Return what remains to in the InputStream
 int read()
           
 
Methods inherited from class java.io.InputStream
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
 

Constructor Detail

OutgoingMessageTag.OutMsgTagWireInputStream

public OutgoingMessageTag.OutMsgTagWireInputStream(int ts,
                                                   java.io.InputStream ip,
                                                   java.lang.String h,
                                                   java.lang.String f)
Method Detail

available

public int available()
              throws java.io.IOException
Return what remains to in the InputStream
Overrides:
available in class java.io.InputStream

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

Project JXTA