Class 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.
    • Method Detail

      • poll

        public void poll()
        Deprecated.
        Specified by:
        poll in interface deltix.util.lang.Pollable
      • read

        public int read()
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class AeronInputStream
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class AeronInputStream
        Throws:
        java.io.IOException
      • close

        public void close()
        Deprecated.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class AeronInputStream