com.toremote.gateway.plugin
Class StreamInfo

java.lang.Object
  extended by com.toremote.gateway.plugin.StreamInfo

public class StreamInfo
extends java.lang.Object


Field Summary
 java.io.InputStream input
           
 long length
          length of input
 java.lang.String name
           
 
Constructor Summary
StreamInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public java.io.InputStream input

length

public long length
length of input


name

public java.lang.String name
Constructor Detail

StreamInfo

public StreamInfo()