public class NGInputStream extends InputStream
| Constructor and Description |
|---|
NGInputStream(NGCommunicator communicator)
Creates a new NGInputStream over
NGCommunicator |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int offset,
int length) |
close, mark, reset, skippublic NGInputStream(NGCommunicator communicator)
NGCommunicatorcommunicator - Lower level communicator which handles all reads from the socketpublic int available()
throws IOException
available in class InputStreamIOExceptionInputStream.available()public boolean markSupported()
markSupported in class InputStreamInputStream.markSupported()public int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()public int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionInputStream.read(byte[])public int read(byte[] b,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionInputStream.read(byte[], int, int)Copyright © 2025. All rights reserved.