./devel/ruby-io-like, Functionality of an IO object to any class

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 0.3.1, Package name: ruby26-io-like-0.3.1, Maintainer: pkgsrc-users

The IO::Like module provides the methods of an IO object based upon on a few
simple methods provided by the including class: unbuffered_read,
unbuffered_write, and unbuffered_seek.

These methods provide the underlying read, write, and seek support
respectively, and only the method or methods necessary to the correct
operation of the IO aspects of the including class need to be provided.

Missing functionality will cause the resulting object to appear read-only,
write-only, and/or unseekable depending on which underlying methods are
absent.

Additionally, read and write operations which are buffered in IO are buffered
with independently configurable buffer sizes. Duplexed objects (those with
separate read and write streams) are also supported.


Master sites:

SHA1: c112727dabe38d2090dda9dea09c58b196c54c1f
RMD160: f2cc24189ecdbe4eb9b46ea3f058ff031e6d1bd5
Filesize: 33.5 KB

Version history: (Expand)