Class InputStreamConnector

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Runnable

    public class InputStreamConnector
    extends Thread
    implements Closeable
    A Thread that connects an InputStream to the stdin stream of an executing command.

    Copyright (c) 2015. All Rights Reserved. Oracle Corporation.
    Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

    Author:
    Jonathan Knight