Source

replpp.shaded.os.Source
See theSource companion object
trait Source extends Writable

A source of bytes; must provide either an InputStream or a SeekableByteChannel to read from. Can be constructed implicitly from strings, byte arrays, inputstreams, channels or file paths

Attributes

Companion
object
Graph
Supertypes
trait Writable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getHandle(): Either[Writable, SeekableByteChannel]

Concrete methods

override def httpContentType: Option[String]

Attributes

Definition Classes
def writeBytesTo(out: OutputStream): Unit
def writeBytesTo(out: WritableByteChannel): Unit | Long

Inherited methods

def contentLength: Option[Long]

Attributes

Inherited from:
Writable