public class MulticastInputStream extends InputStream
Constructor and Description |
---|
MulticastInputStream(MulticastSocket socket) |
MulticastInputStream(MulticastSocket socket,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skip
public MulticastInputStream(MulticastSocket socket)
public MulticastInputStream(MulticastSocket socket, int bufferSize)
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.