|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.common.stream.CJDBCStream
This is a useful stream class to compress and decompress object to a stream.
| Field Summary | |
(package private) static int |
STRING_CHUNK_SIZE
|
| Constructor Summary | |
CJDBCStream()
|
|
| Method Summary | |
static int |
countBytes(java.lang.Object obj)
Statistic method to count the number of bytes of a class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final int STRING_CHUNK_SIZE
CJDBCOutputStream.writeUTF(String),
Constant Field Values| Constructor Detail |
public CJDBCStream()
| Method Detail |
public static final int countBytes(java.lang.Object obj)
throws java.io.IOException
obj - to count bytes
java.io.IOException - if fails to read
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||