All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.net.multicast.stream.MulticastInputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----ncsa.net.multicast.stream.MulticastInputStream

public class MulticastInputStream
extends InputStream

Constructor Index

 o MulticastInputStream(ReliableMulticastSocket)

Method Index

 o available()
 o close()
 o ensureLength(long)
 o finalize()
 o growStream()
 o read()
 o read(byte[])
 o read(byte[], int, int)
 o skip(long)

Constructors

 o MulticastInputStream
 public MulticastInputStream(ReliableMulticastSocket socket)

Methods

 o read
 public int read(byte b[]) throws IOException
Overrides:
read in class InputStream
 o read
 public int read(byte b[],
                 int off,
                 int length) throws IOException
Overrides:
read in class InputStream
 o read
 public int read() throws IOException
Overrides:
read in class InputStream
 o skip
 public long skip(long numbytes) throws IOException
Overrides:
skip in class InputStream
 o available
 public int available() throws IOException
Overrides:
available in class InputStream
 o close
 public void close() throws IOException
Overrides:
close in class InputStream
 o finalize
 protected void finalize()
Overrides:
finalize in class Object
 o ensureLength
 protected void ensureLength(long len) throws IOException
 o growStream
 protected void growStream() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index