polyglot.ext.ibex.lr
Class Encoder

java.lang.Object
  extended bypolyglot.ext.ibex.lr.Encoder

public class Encoder
extends java.lang.Object


Field Summary
protected  boolean base64
           
protected  boolean test
           
protected  boolean zip
           
 
Constructor Summary
Encoder()
           
 
Method Summary
 java.lang.String[] encode(java.lang.Object table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zip

protected final boolean zip
See Also:
Constant Field Values

base64

protected final boolean base64
See Also:
Constant Field Values

test

protected final boolean test
See Also:
Constant Field Values
Constructor Detail

Encoder

public Encoder()
Method Detail

encode

public java.lang.String[] encode(java.lang.Object table)