interface Readable

interface Readable

lib/io/readable.tya:2

Readable provides the io/Readable standard library API.

Source
# Readable provides the io/Readable standard library API.
interface Readable
  # read provides the Readable API operation.
  # @param size Int size value.
  # @return Any the resulting value.
  read: size ->

Methods

read

Readable.read(size)

lib/io/readable.tya:6

read provides the Readable API operation.

Source
  # read provides the Readable API operation.
  # @param size Int size value.
  # @return Any the resulting value.
  read: size ->