ChannelSource

replpp.shaded.os.Source$.ChannelSource
implicit class ChannelSource(cn: SeekableByteChannel) extends Source

Attributes

Graph
Supertypes
trait Source
trait Writable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getHandle(): Either[Writable, SeekableByteChannel]

Inherited methods

def contentLength: Option[Long]

Attributes

Inherited from:
Writable
override def httpContentType: Option[String]

Attributes

Definition Classes
Inherited from:
Source
def writeBytesTo(out: WritableByteChannel): Unit | Long

Attributes

Inherited from:
Source
def writeBytesTo(out: OutputStream): Unit

Attributes

Inherited from:
Source