SeekableSource

trait SeekableSource extends Source

A source which is guaranteeds to provide a SeekableByteChannel

Companion:
object
trait Source
trait Writable
class Object
trait Matchable
class Any

Value members

Abstract methods

def getHandle(): Right[Writable, SeekableByteChannel]

Concrete methods

def getChannel(): SeekableByteChannel

Inherited methods

def contentLength: Option[Long]
Inherited from:
Writable
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