| 程序包 | 说明 |
|---|---|
| com.fr.third.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
| com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Message.readFromSkipPayload(ByteArrayDataInputStream in)
Reads the message's contents from an input stream, but skips the buffer and instead returns the
position (offset) at which the buffer starts
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ByteArrayDataInputStream |
InputStreamAdapter.input |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteArrayDataInputStream |
ByteArrayDataInputStream.position(int pos) |
| 构造器和说明 |
|---|
InputStreamAdapter(ByteArrayDataInputStream input) |