jesseeichar/scala-io

Repository for work on Scala Standard Library I/O components

Scala

130

16 commits

updated Jun 20, 2017

See the code

README

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/.

Contributors

melezov

5 commits

gkossakowski

4 commits

mosesn

3 commits

adamretter

1 commits

jesseeichar/scala-io

Repository for work on Scala Standard Library I/O components

Scala

130

16 commits

updated Jun 20, 2017

See the code

README

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/.

Contributors

melezov

5 commits

gkossakowski

4 commits

mosesn

3 commits

adamretter

1 commits

Languages

Scala

97.3%

CSS

2.2%