@Deprecated public class NbChannelInputStream extends InputStream
| Constructor and Description |
|---|
NbChannelInputStream(ReadableByteChannel channel)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
available, close, mark, markSupported, read, reset, skippublic NbChannelInputStream(ReadableByteChannel channel)
channel - The channel to read from.public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2005–2025. All rights reserved.