Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emptyInput (0.08 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            this.stdinPipe = stdInPipe;
            return this;
        }
    
        public InputStream connectStdIn() {
            try {
                return stdinPipe == null ? SafeStreams.emptyInput() : new PipedInputStream(stdinPipe);
            } catch (IOException e) {
                throw UncheckedException.throwAsUncheckedException(e);
            }
        }
    
        public PipedOutputStream getStdinPipe() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top