org.yecht
Class YAML
java.lang.Object
org.yecht.YAML
public class YAML
- extends Object
- Author:
- Ola Bini
|
Constructor Summary |
YAML()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLOCK_FOLD
public static final int BLOCK_FOLD
- See Also:
- Constant Field Values
BLOCK_LIT
public static final int BLOCK_LIT
- See Also:
- Constant Field Values
BLOCK_PLAIN
public static final int BLOCK_PLAIN
- See Also:
- Constant Field Values
NL_CHOMP
public static final int NL_CHOMP
- See Also:
- Constant Field Values
NL_KEEP
public static final int NL_KEEP
- See Also:
- Constant Field Values
YAML_MAJOR
public static final int YAML_MAJOR
- See Also:
- Constant Field Values
YAML_MINOR
public static final int YAML_MINOR
- See Also:
- Constant Field Values
YECHT_VERSION
public static final String YECHT_VERSION
- See Also:
- Constant Field Values
DOMAIN
public static final String DOMAIN
- See Also:
- Constant Field Values
ALLOC_CT
public static final int ALLOC_CT
- See Also:
- Constant Field Values
BUFFERSIZE
public static final int BUFFERSIZE
- See Also:
- Constant Field Values
DEFAULT_ANCHOR_FORMAT
public static final String DEFAULT_ANCHOR_FORMAT
- See Also:
- Constant Field Values
BYTE_FINISH
public static final byte BYTE_FINISH
- See Also:
- Constant Field Values
BYTE_DOCUMENT
public static final byte BYTE_DOCUMENT
- See Also:
- Constant Field Values
BYTE_DIRECTIVE
public static final byte BYTE_DIRECTIVE
- See Also:
- Constant Field Values
BYTE_PAUSE
public static final byte BYTE_PAUSE
- See Also:
- Constant Field Values
BYTE_MAPPING
public static final byte BYTE_MAPPING
- See Also:
- Constant Field Values
BYTE_SEQUENCE
public static final byte BYTE_SEQUENCE
- See Also:
- Constant Field Values
BYTE_END_BRANCH
public static final byte BYTE_END_BRANCH
- See Also:
- Constant Field Values
BYTE_SCALAR
public static final byte BYTE_SCALAR
- See Also:
- Constant Field Values
BYTE_CONTINUE
public static final byte BYTE_CONTINUE
- See Also:
- Constant Field Values
BYTE_NEWLINE
public static final byte BYTE_NEWLINE
- See Also:
- Constant Field Values
BYTE_NULLCHAR
public static final byte BYTE_NULLCHAR
- See Also:
- Constant Field Values
BYTE_ANCHOR
public static final byte BYTE_ANCHOR
- See Also:
- Constant Field Values
BYTE_ALIAS
public static final byte BYTE_ALIAS
- See Also:
- Constant Field Values
BYTE_TRANSFER
public static final byte BYTE_TRANSFER
- See Also:
- Constant Field Values
BYTE_COMMENT
public static final byte BYTE_COMMENT
- See Also:
- Constant Field Values
BYTE_INDENT
public static final byte BYTE_INDENT
- See Also:
- Constant Field Values
BYTE_STYLE
public static final byte BYTE_STYLE
- See Also:
- Constant Field Values
BYTE_LINE_NUMBER
public static final byte BYTE_LINE_NUMBER
- See Also:
- Constant Field Values
BYTE_WHOLE_SCALAR
public static final byte BYTE_WHOLE_SCALAR
- See Also:
- Constant Field Values
BYTE_NOTICE
public static final byte BYTE_NOTICE
- See Also:
- Constant Field Values
BYTE_SPAN
public static final byte BYTE_SPAN
- See Also:
- Constant Field Values
BYTE_ALLOC
public static final byte BYTE_ALLOC
- See Also:
- Constant Field Values
BYTE_FLOW
public static final byte BYTE_FLOW
- See Also:
- Constant Field Values
BYTE_LITERAL
public static final byte BYTE_LITERAL
- See Also:
- Constant Field Values
BYTE_BLOCK
public static final byte BYTE_BLOCK
- See Also:
- Constant Field Values
BYTE_PLAIN
public static final byte BYTE_PLAIN
- See Also:
- Constant Field Values
BYTE_INLINE_MAPPING
public static final byte BYTE_INLINE_MAPPING
- See Also:
- Constant Field Values
BYTE_INLINE_SEQUENCE
public static final byte BYTE_INLINE_SEQUENCE
- See Also:
- Constant Field Values
BYTE_SINGLE_QUOTED
public static final byte BYTE_SINGLE_QUOTED
- See Also:
- Constant Field Values
BYTE_DOUBLE_QUOTED
public static final byte BYTE_DOUBLE_QUOTED
- See Also:
- Constant Field Values
YAML
public YAML()
realloc
public static byte[] realloc(byte[] input,
int size)
realloc
public static long[] realloc(long[] input,
int size)
realloc
public static Level[] realloc(Level[] input,
int size)
realloc
public static Object[] realloc(Object[] input,
int size)
yaml2byte
public static byte[] yaml2byte(byte[] yamlstr)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.