|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.vattp.data.MsgTransformer
Constructor Summary | |
(package private) |
MsgTransformer()
|
Method Summary | |
(package private) abstract byte[] |
getSuspendInfo()
Get any information which will be required to resume a suspended connection. |
(package private) abstract void |
init()
Initiate a transformation. |
(package private) void |
transform(byte[] buffer)
Transform the data. |
(package private) abstract void |
transform(byte[] buffer,
int off,
int len)
Transform the data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
MsgTransformer()
Method Detail |
abstract byte[] getSuspendInfo()
abstract void init()
void transform(byte[] buffer)
buffer
- is the data to be transformed.abstract void transform(byte[] buffer, int off, int len)
buffer
- is the data to be transformed.off
- is the offset in buffer to start the transformationlen
- is the length to transform.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |