Daily scala
A short daily dose of scala examples and occasionally explanations.
Thursday, August 30, 2012
On Vacation
›
I am getting a lot of emails about Scala-IO and my posts. Just want to let everyone know I am on vacation until September 10th or so. I ha...
Sunday, August 19, 2012
Scala-IO Core: Seekable
›
At the same level of abstraction as Input and Output is the fine trait called Seekable. As the name implies it provides random access style...
Tuesday, August 14, 2012
Scala-IO Core: Output - OutputConverter
›
As mentioned in the last post on Output, it is possible to write arbitrary objects to an output object and have it serialized to disk. Th...
6 comments:
Wednesday, August 8, 2012
Scala-IO Core: Output
›
The Output object is the primary trait for writing data to a resource. The basic usage is very simple but can get more complex when one wis...
5 comments:
Monday, August 6, 2012
Scala-IO Core: Long Traversable
›
The LongTraversable trait is one of the most important objects in Scala IO. Input provides a uniform way of creating views on the data (as ...
1 comment:
Thursday, August 2, 2012
Scala-IO Core: Resource, Input
›
Just a note: all these examples have been tested in REPL so go ahead and fire up the sbt console in the example project and try these out. ...
1 comment:
Friday, July 27, 2012
Scala-IO Getting Started
›
For the next several posts you will need to have Scala-IO installed and probably should have a sbt project as well. There are currently 2 ...
1 comment:
‹
›
Home
View web version