HH\Lib\IO\ReadHandle

Meta Engineer?

This is available as IO\ReadHandle in the www repository.

An IO\Handle that is readable

If implementing this interface, you may wish to use ReadHandleConvenienceAccessorTrait, which implements readAllAsync() and readFixedSizeAsync() on top of readAsync.

Interface Synopsis

namespace HH\Lib\IO;

interface ReadHandle implements Handle {...}

Public Methods