mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Updated Home (markdown)
2
Home.md
2
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**
|
||||
|
||||
Reference in New Issue
Block a user