http://www.eteks.com

com.eteks.jeks
Class JeksCodec

java.lang.Object
  |
  +--com.eteks.jeks.JeksCodec

public class JeksCodec
extends java.lang.Object

Encoder / decoder of streams at Jeks format.

Since:
Jeks 1.0
Version:
1.0
Author:
Emmanuel Puybaret

Constructor Summary
JeksCodec()
           
 
Method Summary
 javax.swing.JTable decode(java.io.InputStream inStream)
          Returns a new instance of JeksTable filled with the functions and the cell values read from the stream inStream at Jeks format.
 void encode(java.io.OutputStream outStream, javax.swing.JTable table)
          Writes to outStream the content of table at Jeks format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JeksCodec

public JeksCodec()
Method Detail

decode

public javax.swing.JTable decode(java.io.InputStream inStream)
                          throws java.io.IOException
Returns a new instance of JeksTable filled with the functions and the cell values read from the stream inStream at Jeks format.

encode

public void encode(java.io.OutputStream outStream,
                   javax.swing.JTable table)
            throws java.io.IOException
Writes to outStream the content of table at Jeks format.

&cp; 1998-2003 eTeks - All rights reserved