OutputStream
os.SubProcess.OutputStream
class OutputStream(val wrapped: InputStream) extends InputStream, DataInput, ByteData
A combination BufferedReader and java.io.InputStream, this allows you to read both bytes and lines, without worrying about the buffer used for reading lines messing up your reading of bytes.
Note that all reads that occur through this class are thread-safe and synchronized. If you wish to perform writes without the synchronization overhead, you can use the underlying wrapped stream directly
Attributes
- Graph
-
- Supertypes
-
trait ByteDatatrait DataInputclass InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
In this article