ChannelSource

implicit class ChannelSource(cn: SeekableByteChannel) extends SeekableSource
trait Source
trait Writable
class Object
trait Matchable
class Any

Value members

Concrete methods

def getHandle(): Right[Writable, SeekableByteChannel]

Inherited methods

def contentLength: Option[Long]
Inherited from:
Writable
def getChannel(): SeekableByteChannel
Inherited from:
SeekableSource
override def httpContentType: Option[String]
Definition Classes
Source -> Writable
Inherited from:
Source
def writeBytesTo(out: WritableByteChannel): AnyVal
Inherited from:
Source
def writeBytesTo(out: OutputStream): Unit
Inherited from:
Source