Interface of IO objects to classes providing a few simple methods
The IO::Like module provides all of the methods of typical IO implementations such as File; most importantly the read, write, and seek series of methods. A class which includes IO::Like needs to provide only a few methods in order to enable the higher level methods. Buffering is automatically provided by default for the methods which normally provide it in IO.
$
pkg install rubygem-io-likeOrigin
devel/rubygem-io-like
Size
1.80MiB
License
RUBY
Maintainer
tota@FreeBSD.org
Dependencies
2 packages
Required by
1 packages