Skip to content

jesseeichar/scala-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bd04c3 · Feb 14, 2017
Feb 13, 2017
Jan 22, 2013
Jan 6, 2016
Apr 17, 2012
Jan 22, 2013
Feb 13, 2017
Jan 12, 2011
Oct 13, 2011
Apr 22, 2014
Apr 22, 2014

Repository files navigation

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

No packages published

Languages