scalax.io

class KeyValueFile

[source: scalax/io/KeyValueFile.scala]

class KeyValueFile(val resource : ManagedResource[java.io.Reader])
extends ManagedSequence[(java.lang.String, java.lang.String)]
Additional Constructor Summary
def this (f : java.io.File) : KeyValueFile
def this (f : java.io.File, cs : java.lang.String) : KeyValueFile
Type Summary
type Handle
Method Summary
protected def iterator (v : java.io.Reader) : KeyValueIterator
Methods inherited from ManagedSequence
length, apply, elements, length, isEmpty, apply, last, lastOption, head, first, headOption, firstOption, ++, ++, isDefinedAt, lastIndexOf, map, flatMap, filter, take, drop, slice, takeWhile, dropWhile, reverse, contains, toArray, startsWith, endsWith, indexOf, containsSlice, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, reduceLeft, reduceRight, copyToBuffer, sameElements, sameElements, toList, mkString, mkString, mkString, copyToArray, stringPrefix, toString
Methods inherited from scala.PartialFunction
scala.PartialFunction.orElse, scala.PartialFunction.andThen
Methods inherited from scala.Function1
scala.Function1.compose
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this(f : java.io.File) : KeyValueFile

def this(f : java.io.File, cs : java.lang.String) : KeyValueFile

Type Details
type Handle

Method Details
protected def iterator(v : java.io.Reader) : KeyValueIterator
Overrides
ManagedSequence.iterator


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.