ChannelLengthSource

replpp.shaded.os.SeekableSource.ChannelLengthSource
class ChannelLengthSource(cn: SeekableByteChannel, length: Long) extends SeekableSource

Attributes

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

Members list

Value members

Concrete methods

override def contentLength: Option[Long]

Attributes

Definition Classes
def getHandle(): Right[Writable, SeekableByteChannel]

Inherited methods

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