ChannelSource

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

Attributes

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

Members list

Value members

Concrete methods

def getHandle(): Right[Writable, SeekableByteChannel]

Inherited methods

def contentLength: Option[Long]

Attributes

Inherited from:
Writable
def getChannel(): SeekableByteChannel

Attributes

Inherited from:
SeekableSource
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