Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 253 Bytes

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.