Making 'dicttool header' output format version

Change-Id: I4198f6b463711feb4ab78020934cca4d23870fbb
main
Adrian Velicu 2014-11-08 10:35:37 +09:00
parent 6e61cd3b3b
commit 8e394ffcf4
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class Header extends Dicttool.Command {
System.out.println("Dictionary : " + dictFile.getAbsolutePath());
System.out.println("Size : " + dictFile.length() + " bytes");
System.out.println("Format : Binary dictionary format");
System.out.println("Format version : " + header.mFormatOptions.mVersion);
System.out.println("Packaging : " + spec.describeChain());
System.out.println("Header attributes :");
System.out.print(header.mDictionaryOptions.toString(2 /* indentCount */, plumbing));