Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SubProcess.type
Members list
Type members
Classlikes
A BufferedWriter with the underlying java.io.OutputStream exposed
A BufferedWriter with the underlying java.io.OutputStream exposed
Note that all writes 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
- Supertypes
-
trait DataOutputclass OutputStreamtrait Flushabletrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
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.
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
- Supertypes
-
trait ByteDatatrait DataInputclass InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all