Uses of Interface
org.parancoe.yaml.YamlStream

Packages that use YamlStream
org.parancoe.yaml   
 

Uses of YamlStream in org.parancoe.yaml
 

Methods in org.parancoe.yaml that return YamlStream
 YamlStream YamlDecoder.asStream()
           
<T> YamlStream
YamlDecoder.asStreamOfType(java.lang.Class<T> clazz)
           
static YamlStream Yaml.loadStream(java.io.File file)
           
 YamlStream YamlOperations.loadStream(java.io.File file)
          Loads the objects in a file in Yaml format into a YamlStream, which is used to iterate the objects in the file
 YamlStream YamlConfig.loadStream(java.io.File file)
           
static YamlStream Yaml.loadStream(java.io.InputStream in)
           
 YamlStream YamlOperations.loadStream(java.io.InputStream in)
          Loads the objects in input stream in Yaml format into a YamlStream, which is used to iterate the objects in the input stream
 YamlStream YamlConfig.loadStream(java.io.InputStream in)
           
static YamlStream Yaml.loadStream(java.lang.String yamlText)
           
 YamlStream YamlOperations.loadStream(java.lang.String yamlText)
          Loads the objects in a Yaml text into a YamlStream, which is used to iterate the objects in the Yaml text
 YamlStream YamlConfig.loadStream(java.lang.String yamlText)
           
static
<T> YamlStream<T>
Yaml.loadStreamOfType(java.io.File file, java.lang.Class<T> clazz)
           
<T> YamlStream<T>
YamlOperations.loadStreamOfType(java.io.File file, java.lang.Class<T> clazz)
          Loads the objects of a specified type in a file in Yaml format into a YamlStream, which is used to iterate the objects in the file
<T> YamlStream<T>
YamlConfig.loadStreamOfType(java.io.File file, java.lang.Class<T> clazz)
           
static
<T> YamlStream<T>
Yaml.loadStreamOfType(java.io.InputStream in, java.lang.Class<T> clazz)
           
<T> YamlStream<T>
YamlOperations.loadStreamOfType(java.io.InputStream in, java.lang.Class<T> clazz)
          Loads the objects of a specified type in an input stream in Yaml format into a YamlStream, which is used to iterate the objects in the input stream
<T> YamlStream<T>
YamlConfig.loadStreamOfType(java.io.InputStream in, java.lang.Class<T> clazz)
           
static
<T> YamlStream<T>
Yaml.loadStreamOfType(java.lang.String yamlText, java.lang.Class<T> clazz)
           
<T> YamlStream<T>
YamlOperations.loadStreamOfType(java.lang.String yamlText, java.lang.Class<T> clazz)
          Loads the objects of a specified type in a in Yaml format into a YamlStream, which is used to iterate the objects in the file
<T> YamlStream<T>
YamlConfig.loadStreamOfType(java.lang.String yamlText, java.lang.Class<T> clazz)
           
 



Copyright © 2007 JUG Padova Parancoe Team. All Rights Reserved.