Uses of Class
org.jgroups.util.ByteArrayDataInputStream
-
Packages that use ByteArrayDataInputStream Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ByteArrayDataInputStream in org.jgroups
Methods in org.jgroups with parameters of type ByteArrayDataInputStream Modifier and Type Method Description 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 -
Uses of ByteArrayDataInputStream in org.jgroups.protocols
Methods in org.jgroups.protocols with parameters of type ByteArrayDataInputStream Modifier and Type Method Description protected void
ASYM_ENCRYPT. unserializeAndInstallKeys(Address sender, byte[] version, ByteArrayDataInputStream in)
Unserializes public keys and installs them to pub_map, then reads encrypted shared keys and install our own -
Uses of ByteArrayDataInputStream in org.jgroups.util
Fields in org.jgroups.util declared as ByteArrayDataInputStream Modifier and Type Field Description protected ByteArrayDataInputStream
InputStreamAdapter. input
Methods in org.jgroups.util that return ByteArrayDataInputStream Modifier and Type Method Description ByteArrayDataInputStream
ByteArrayDataInputStream. position(int pos)
Constructors in org.jgroups.util with parameters of type ByteArrayDataInputStream Constructor Description InputStreamAdapter(ByteArrayDataInputStream input)
-