|
http://www.eteks.com | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.eteks.jeks.JeksCodec
Encoder / decoder of streams at Jeks format.
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 |
public JeksCodec()
Method Detail |
public javax.swing.JTable decode(java.io.InputStream inStream) throws java.io.IOException
JeksTable
filled with the functions and
the cell values read from the stream inStream
at Jeks format.public void encode(java.io.OutputStream outStream, javax.swing.JTable table) throws java.io.IOException
outStream
the content of table
at Jeks format.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |