O - Object type (usually the class itself)public abstract class TextWriterWriterInterface<O>
extends java.lang.Object
| Constructor and Description |
|---|
TextWriterWriterInterface() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
write(TextWriterStream out,
java.lang.String label,
O object)
Write a given object to the output stream.
|
void |
writeObject(TextWriterStream out,
java.lang.String label,
java.lang.Object object)
Non-type-checking version.
|
public abstract void write(TextWriterStream out, java.lang.String label, O object) throws java.io.IOException
out - Output streamlabel - Label to prefixobject - object to outputjava.io.IOException - on IO errorspublic final void writeObject(TextWriterStream out, java.lang.String label, java.lang.Object object) throws java.io.IOException
out - Output streamlabel - Label to prefixobject - object to outputjava.io.IOException - on IO errorsCopyright © 2019 ELKI Development Team. License information.