public class IpcSharedMemoryInputStream extends InputStream
| Constructor and Description |
|---|
IpcSharedMemoryInputStream(IpcSharedMemorySpace in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
forceClose()
Forcibly closes spaces and frees all system resources.
|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
String |
toString() |
mark, markSupported, read, reset, skippublic IpcSharedMemoryInputStream(IpcSharedMemorySpace in)
in - Space.public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void forceClose()
This method should be called with caution as it may result to the other-party process crash. It is intended to call when there was an IO error during handshake and other party has not yet attached to the space.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020