From bf84acf68eeccbf6ff366cdda3bed9c0733dc419 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sat, 14 Aug 2010 03:25:19 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f5ba436..d7d770b 100644 --- a/Home.md +++ b/Home.md @@ -26,7 +26,7 @@ Frequently Asked Questions getErrorStream() // -> java.io.InputStream; corresponds to stderr // only on Session.Command - getOutputAsString() // -> java.lang.String; this is blocking since it reads all the data from stdout until it encounters EOF + getOutputAsString() // -> java.lang.String; blocks until it reads all data from stdout ``` + **Concurrency**