LinesExtractorOutputStream

scalafix.internal.sbt.LoggingOutputStream.LinesExtractorOutputStream
class LinesExtractorOutputStream extends ByteArrayOutputStream

Attributes

Graph
Supertypes
class ByteArrayOutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def maybeStripSuffix(suffix: Array[Byte]): Option[String]

Inherited methods

def close(): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream
def reset(): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def size(): Int

Attributes

Inherited from:
ByteArrayOutputStream
def toByteArray(): Array[Byte]

Attributes

Inherited from:
ByteArrayOutputStream
def toString(x$0: String): String

Attributes

Inherited from:
ByteArrayOutputStream
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
ByteArrayOutputStream
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def write(x$0: Int): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
OutputStream
def writeTo(x$0: OutputStream): Unit

Attributes

Inherited from:
ByteArrayOutputStream

Deprecated and Inherited methods

@Deprecated
def toString(x$0: Int): String

Attributes

Deprecated
true
Inherited from:
ByteArrayOutputStream