IniReader

confuse.formats.IniReader$
object IniReader extends FileReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Visitor(name: String, cfg: Config) extends Visitor

Attributes

Graph
Supertypes
trait Visitor
class Object
trait Matchable
class Any

Value members

Concrete methods

override def read(name: String, stream: InputStream, sizeHint: Int): Result

Read the content of a configuration file.

Read the content of a configuration file.

Attributes

name

The name of the config file.

sizeHint

Length of the content stream. This should be used for optimization purposes only and may not actually correspond to the actual size (for example if the stream is not backed by an actual file).

stream

Content stream of the file.

Definition Classes