scala-io-file


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.madgag
ArtifactId

ArtifactId

scala-io-file_2.12
Last Version

Last Version

0.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

scala-io-file
scala-io-file
Project URL

Project URL

https://github.com/rtyley/scala-io
Project Organization

Project Organization

com.madgag
Source Code Management

Source Code Management

https://github.com/rtyley/scala-io

Download scala-io-file_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.madgag/scala-io-file_2.12/ -->
<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>scala-io-file_2.12</artifactId>
    <version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/scala-io-file_2.12/
implementation 'com.madgag:scala-io-file_2.12:0.4.9'
// https://jarcasting.com/artifacts/com.madgag/scala-io-file_2.12/
implementation ("com.madgag:scala-io-file_2.12:0.4.9")
'com.madgag:scala-io-file_2.12:jar:0.4.9'
<dependency org="com.madgag" name="scala-io-file_2.12" rev="0.4.9">
  <artifact name="scala-io-file_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='scala-io-file_2.12', version='0.4.9')
)
libraryDependencies += "com.madgag" % "scala-io-file_2.12" % "0.4.9"
[com.madgag/scala-io-file_2.12 "0.4.9"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.3
com.madgag : scala-io-core_2.12 jar 0.4.9
org.scala-lang.modules : scala-parser-combinators_2.12 jar 1.0.5

test (1)

Group / Artifact Type Version
com.novocode : junit-interface jar 0.11

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.4.9