Mark
class Mark(val name: String, val index: Int, val line: Int, val column: Int, val buffer: IntArray, val pointer: Int)
Location of a problem in the YAML document. Its only use is producing nice error messages. Parser does not use it for any other purposes.
Parameters
name
the name of the data stream, to be used as identifier
index
the index from the beginning of the stream
line
line of the mark from beginning of the stream
column
column of the mark from beginning of the line
buffer
the data
pointer
the position of the mark from the beginning of the data
Constructors
Properties
Functions
Link copied to clipboard
Create readable YAML with indent 4 and (by default) a maxLength of 75 characters.