final class DataChainInputStreamImplementation
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private boolean |
m_closed |
(package private) java.lang.Object |
m_oSync |
(package private) DataChainInputStreamQueueEntry |
m_queueEntriesHead |
(package private) DataChainInputStreamQueueEntry |
m_queueEntriesTail |
| Constructor and Description |
|---|
DataChainInputStreamImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToQueue(DataChainInputStreamQueueEntry a_entry) |
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] a_buffer,
int a_offset,
int a_length) |
private boolean m_closed
DataChainInputStreamQueueEntry m_queueEntriesHead
DataChainInputStreamQueueEntry m_queueEntriesTail
java.lang.Object m_oSync
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.InputStreampublic void addToQueue(DataChainInputStreamQueueEntry a_entry)
Copyright © 2023. All rights reserved.