RubyGems Navigation menu

io-like 0.1.0

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.3.1 - February 09, 2020 (33.5KB)
  2. 0.3.0 - April 29, 2009* (31KB)
  3. 0.2.0 - March 11, 2009* (30KB)
  4. 0.1.0 - July 03, 2008* (29.5KB)

所有者:

作者:

  • Jeremy Bopp

SHA 256チェックサム:

8dedf5c7f5d3d27636dfaff7d5d904c42a10afca8e2b2f981dde05fd716f63f5

累計ダウンロード数 30,436,541

このバージョンのみ 3,942

ライセンス:

N/A

必要なRubyのバージョン: >= 1.8.1

リンク: