de.lmu.ifi.dbs.elki.result.textwriter.writers
Class TextWriterObjectArray<T>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<T[]>
      extended by de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterObjectArray<T>

public class TextWriterObjectArray<T>
extends TextWriterWriterInterface<T[]>

Write an object into the inline section, using the objects toString method.


Constructor Summary
TextWriterObjectArray()
           
 
Method Summary
 void write(TextWriterStream out, String label, T[] v)
          Serialize an object into the inline section.
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface
writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextWriterObjectArray

public TextWriterObjectArray()
Method Detail

write

public void write(TextWriterStream out,
                  String label,
                  T[] v)
Serialize an object into the inline section.

Specified by:
write in class TextWriterWriterInterface<T[]>
Parameters:
out - Output stream
label - Label to prefix
v - object to output

Release 0.4.0 (2011-09-20_1324)