InputStreamByteChannel

kse.eio.InputStreamByteChannel
final class InputStreamByteChannel(input: InputStream) extends ReadableByteChannel

Attributes

Graph
Supertypes
trait ReadableByteChannel
trait Channel
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close: Unit
def isOpen: Boolean
def read(bb: ByteBuffer): Int