ruby/ext/stringio
Nobuyoshi Nakada 899ea35035
Extract include/ruby/internal/attr/packed_struct.h
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
2023-02-08 12:34:13 +09:00
..
README.md ext/stringio/README.md: update [ci skip] 2016-06-08 07:47:39 +00:00
depend Extract include/ruby/internal/attr/packed_struct.h 2023-02-08 12:34:13 +09:00
extconf.rb [ruby/stringio] Added support for older versions 2019-08-14 11:20:58 +09:00
stringio.c [ruby/stringio] Development of 3.0.6 started. 2023-02-03 07:49:31 +00:00
stringio.gemspec Merge JRuby implementation for stringio and io-wait 2022-05-20 18:45:14 +09:00

README.md

StringIO

Pseudo IO class from/to String.

This library is based on MoonWolf version written in Ruby. Thanks a lot.

Differences to IO

  • fileno raises NotImplementedError.
  • encoding conversion is not implemented, and ignored silently.