YamlReader

confuse.formats.YamlReader$
object YamlReader extends FileReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class ValueVisitor(name: String) extends Visitor[Value]

Attributes

Graph
Supertypes
trait Visitor[Value]
class Object
trait Matchable
class Any
Self type

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