Uses of Class
edu.upc.dama.dex.core.TextStream

Packages that use TextStream
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
 

Uses of TextStream in edu.upc.dama.dex.core
 

Methods in edu.upc.dama.dex.core that return TextStream
 TextStream Value.getTextStream()
          Gets the value as a TextStream.
 

Methods in edu.upc.dama.dex.core with parameters of type TextStream
 Value Value.setTextStream(TextStream tstrm)
          Sets a Text value.
 

Constructors in edu.upc.dama.dex.core with parameters of type TextStream
TextStream.TextReader(TextStream strm)
          Creates a new instance.
TextStream.TextWriter(TextStream strm)
          Creates a new instance.
Value(TextStream v)
          Creates a new instance of Value.