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, skippublic MulticastInputStream(MulticastSocket socket)
public MulticastInputStream(MulticastSocket socket, int bufferSize)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.