com.sun.speech.freetts
Interface Dumpable
- All Known Subinterfaces:
- FeatureSet
- All Known Implementing Classes:
- FeatureSetImpl, Item, Relation, Utterance, Voice
- public interface Dumpable
Tags an object that can be dumped for debugging purposes.
Method Summary |
void |
dump(java.io.PrintWriter pw,
int padding,
java.lang.String title)
Dumps the object to a PrintWriter. |
dump
public void dump(java.io.PrintWriter pw,
int padding,
java.lang.String title)
- Dumps the object to a PrintWriter.
- Parameters:
pw
- the stream to send the outputpadding
- the number of spaces in the stringtitle
- the title for the dump