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
-
MulticastInputStream(ReliableMulticastSocket)
-
-
available()
-
-
close()
-
-
ensureLength(long)
-
-
finalize()
-
-
growStream()
-
-
read()
-
-
read(byte[])
-
-
read(byte[], int, int)
-
-
skip(long)
-
MulticastInputStream
public MulticastInputStream(ReliableMulticastSocket socket)
read
public int read(byte b[]) throws IOException
- Overrides:
- read in class InputStream
read
public int read(byte b[],
int off,
int length) throws IOException
- Overrides:
- read in class InputStream
read
public int read() throws IOException
- Overrides:
- read in class InputStream
skip
public long skip(long numbytes) throws IOException
- Overrides:
- skip in class InputStream
available
public int available() throws IOException
- Overrides:
- available in class InputStream
close
public void close() throws IOException
- Overrides:
- close in class InputStream
finalize
protected void finalize()
- Overrides:
- finalize in class Object
ensureLength
protected void ensureLength(long len) throws IOException
growStream
protected void growStream() throws IOException
All Packages Class Hierarchy This Package Previous Next Index