protected static class ExecutionServiceDemo.ByteBufferStreamable extends java.lang.Object implements Streamable
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.nio.ByteBuffer |
buffer |
| 限定符 | 构造器和说明 |
|---|---|
|
ExecutionServiceDemo.ByteBufferStreamable() |
protected |
ExecutionServiceDemo.ByteBufferStreamable(java.nio.ByteBuffer buffer) |
public ExecutionServiceDemo.ByteBufferStreamable()
protected ExecutionServiceDemo.ByteBufferStreamable(java.nio.ByteBuffer buffer)
public void writeTo(java.io.DataOutput out)
throws java.lang.Exception
StreamablewriteTo 在接口中 Streamablejava.lang.Exceptionpublic void readFrom(java.io.DataInput in)
throws java.lang.Exception
StreamablereadFrom 在接口中 Streamablejava.lang.Exception