interface Readable

interface Readable

lib/net/socket/socket.tya:2

Readable provides the net/socket/Socket standard library API.

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

Methods

read

Readable.read(size)

lib/net/socket/socket.tya:6

read provides the Socket API operation.

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