Interface InputStream

interface InputStream
  : Closeable;

Properties

NameTypeDescription
eof[get] bool
isOpen[get] bool

Methods

NameDescription
read (buffer)
close ()