|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Queueable
The common queueable interface, supported by Queue
.
QueueableFactory
,
Queue
Method Summary | |
---|---|
void |
fromBytes(byte[] bytes,
int offset,
int length)
The fromBytes method is responsible for
reading object from buffer of bytes. |
byte[] |
getBytes()
The getBytes method is responsible for
write object to buffer of bytes. |
Method Detail |
---|
byte[] getBytes()
getBytes
method is responsible for
write object to buffer of bytes.
void fromBytes(byte[] bytes, int offset, int length)
fromBytes
method is responsible for
reading object from buffer of bytes.
bytes
- buffer of bytesoffset
- offset in bufferlength
- number of bytes to read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |