Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.
/ scala-io Public archive
forked from jesseeichar/scala-io

Repository for work on Scala Standard Library I/O components

Notifications You must be signed in to change notification settings

rtyley/scala-io

 
 

Repository files navigation

No longer maintained

scala-io artifacts

The goal of this project is to create an Input/Output and filesystem access API for scala.

The main inspiration is the Java 7 NIO file API combined with the scala-arm project being worked on by jseureth.

The implementation will work with Java 6+ and will depend on scala-arm but not on the Java 7 NIO file API.

There are two main components to the API. Core and File. Core deals with obtaining data from streams, channels, etc... Basically adapting the IO object of the underlying platform (JVM, CLR) to be more idiomatic Scala.

For details see http://jesseeichar.github.com/scala-io-doc/.

About

Repository for work on Scala Standard Library I/O components

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Scala 100.0%