|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.demos.ExecutionServiceDemo.ByteBufferStreamable
protected static class ExecutionServiceDemo.ByteBufferStreamable
Field Summary | |
---|---|
protected java.nio.ByteBuffer |
buffer
|
Constructor Summary | |
---|---|
|
ExecutionServiceDemo.ByteBufferStreamable()
|
protected |
ExecutionServiceDemo.ByteBufferStreamable(java.nio.ByteBuffer buffer)
|
Method Summary | |
---|---|
void |
readFrom(java.io.DataInput in)
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.nio.ByteBuffer buffer
Constructor Detail |
---|
public ExecutionServiceDemo.ByteBufferStreamable()
protected ExecutionServiceDemo.ByteBufferStreamable(java.nio.ByteBuffer buffer)
Method Detail |
---|
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
in interface Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
in interface Streamable
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |