Package com.adobe.epubcheck.messages
Class MessageDictionaryDumper
- java.lang.Object
-
- com.adobe.epubcheck.messages.MessageDictionaryDumper
-
public class MessageDictionaryDumper extends java.lang.ObjectHelper class to handle file output of a MessageDictionary.
-
-
Field Summary
Fields Modifier and Type Field Description private MessageDictionarydictionary
-
Constructor Summary
Constructors Constructor Description MessageDictionaryDumper(MessageDictionary dictionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(java.io.OutputStreamWriter outputStream)
-
-
-
Field Detail
-
dictionary
private final MessageDictionary dictionary
-
-
Constructor Detail
-
MessageDictionaryDumper
public MessageDictionaryDumper(MessageDictionary dictionary)
-
-