Package deltix.util.io.aeron
Class AeronPollableInputStream
- java.lang.Object
-
- java.io.InputStream
-
- deltix.util.io.aeron.AeronInputStream
-
- deltix.util.io.aeron.AeronPollableInputStream
-
- All Implemented Interfaces:
deltix.util.lang.Pollable
,java.io.Closeable
,java.lang.AutoCloseable
@Deprecated public class AeronPollableInputStream extends AeronInputStream implements deltix.util.lang.Pollable
Deprecated.
-
-
Field Summary
-
Fields inherited from class deltix.util.io.aeron.AeronInputStream
dataOffset, dataSize, internalBuf, subscribeHandler, subscription
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.protected io.aeron.logbuffer.FragmentHandler
createSubscribeHandler()
Deprecated.void
poll()
Deprecated.int
read()
Deprecated.int
read(byte[] b, int off, int len)
Deprecated.-
Methods inherited from class deltix.util.io.aeron.AeronInputStream
getByte, getBytes, getDataSize, putBytes
-
-
-
-
Method Detail
-
createSubscribeHandler
protected io.aeron.logbuffer.FragmentHandler createSubscribeHandler()
Deprecated.- Overrides:
createSubscribeHandler
in classAeronInputStream
-
poll
public void poll()
Deprecated.- Specified by:
poll
in interfacedeltix.util.lang.Pollable
-
read
public int read() throws java.io.IOException
Deprecated.- Overrides:
read
in classAeronInputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] b, int off, int len) throws java.io.IOException
Deprecated.- Overrides:
read
in classAeronInputStream
- Throws:
java.io.IOException
-
close
public void close()
Deprecated.- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classAeronInputStream
-
-