private class SocketHandler.SocketInputStreamImplementation
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private java.io.InputStream |
m_underlyingStream |
| Constructor and Description |
|---|
SocketInputStreamImplementation(java.io.InputStream a_underlyingStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] a_buffer,
int a_offset,
int a_length) |
public SocketInputStreamImplementation(java.io.InputStream a_underlyingStream)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] a_buffer,
int a_offset,
int a_length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamCopyright © 2023. All rights reserved.