public class ConvolutionListenerPersistable extends Object implements Persistable
| Constructor and Description |
|---|
ConvolutionListenerPersistable() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] decode) |
void |
decode(ByteBuffer buffer) |
void |
decode(InputStream inputStream) |
byte[] |
encode() |
void |
encode(ByteBuffer buffer) |
void |
encode(OutputStream outputStream) |
int |
encodingLengthBytes() |
String |
getSessionID() |
long |
getTimeStamp() |
String |
getTypeID() |
String |
getWorkerID() |
public String getSessionID()
getSessionID in interface Persistablepublic String getTypeID()
getTypeID in interface Persistablepublic String getWorkerID()
getWorkerID in interface Persistablepublic long getTimeStamp()
getTimeStamp in interface Persistablepublic int encodingLengthBytes()
encodingLengthBytes in interface Persistablepublic byte[] encode()
encode in interface Persistablepublic void encode(ByteBuffer buffer)
encode in interface Persistablepublic void encode(OutputStream outputStream) throws IOException
encode in interface PersistableIOExceptionpublic void decode(byte[] decode)
decode in interface Persistablepublic void decode(ByteBuffer buffer)
decode in interface Persistablepublic void decode(InputStream inputStream) throws IOException
decode in interface PersistableIOExceptionCopyright © 2019. All rights reserved.