Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.obfuscator
Class TranslationTable

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended bynet.sf.jode.obfuscator.TranslationTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, java.util.SortedMap

public class TranslationTable
extends java.util.TreeMap

See Also:
Serialized Form

Constructor Summary
TranslationTable()
           
 
Method Summary
 void load(java.io.InputStream in)
           
 void store(java.io.OutputStream out)
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

TranslationTable

public TranslationTable()
Method Detail

load

public void load(java.io.InputStream in)
          throws java.io.IOException
Throws:
java.io.IOException

store

public void store(java.io.OutputStream out)
           throws java.io.IOException
Throws:
java.io.IOException

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.