mimaki / mruby-tiny-io

Tiny IO library for mruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mruby-tiny-io

IO, File (TINY) class library for mruby.

Classes and methods

File

  • File.new
  • File#close
  • File#closed?
  • File#read
  • File#write
  • File#flush
  • File#gets
  • File#puts
  • File#getc
  • File#putc
  • File#<<
  • File#pos
  • File#pos=
  • File#tell
  • File#seek

License

MIT

About

Tiny IO library for mruby

License:MIT License


Languages

Language:C 53.4%Language:Ruby 46.6%