mill.client.debug
package mill.client.debug
Members list
Type members
Classlikes
class DebuggingInputStream(in: InputStream, workingDir: Path, name: String, writeSeparateOps: Boolean) extends InputStream
Writes everything you read from the input stream to a file as well.
Writes everything you read from the input stream to a file as well.
Attributes
- Source
- DebuggingInputStream.scala
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
class DebuggingOutputStream(out: OutputStream, workingDir: Path, name: String, writeSeparateOps: Boolean) extends OutputStream
Writes everything you write to the output stream to a file as well.
Writes everything you write to the output stream to a file as well.
Attributes
- Source
- DebuggingOutputStream.scala
- Supertypes
-
class OutputStreamtrait Flushabletrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
In this article