Class ElementInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ElementInputStream
    extends InputStream
    This class extends from InputStream. The data is retrieved from the IOElementPipe when reading from this class.
    • Constructor Detail

      • ElementInputStream

        public ElementInputStream​(IOElementPipe pipe)
        Constructor which creates ElementInputStream object with IOElementPipe object.
        Parameters:
        pipe -