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 voidclose()Deprecated.protected io.aeron.logbuffer.FragmentHandlercreateSubscribeHandler()Deprecated.voidpoll()Deprecated.intread()Deprecated.intread(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:
createSubscribeHandlerin classAeronInputStream
-
poll
public void poll()
Deprecated.- Specified by:
pollin interfacedeltix.util.lang.Pollable
-
read
public int read() throws java.io.IOExceptionDeprecated.- Overrides:
readin classAeronInputStream- Throws:
java.io.IOException
-
read
public int read(byte[] b, int off, int len) throws java.io.IOExceptionDeprecated.- Overrides:
readin classAeronInputStream- Throws:
java.io.IOException
-
close
public void close()
Deprecated.- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classAeronInputStream
-
-