SeekableSource

replpp.shaded.os.SeekableSource
See theSeekableSource companion object
trait SeekableSource extends Source

A source which is guaranteeds to provide a SeekableByteChannel

Attributes

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

Members list

Value members

Abstract methods

def getHandle(): Right[Writable, SeekableByteChannel]

Concrete methods

def getChannel(): 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