Uses of Class
org.jgroups.util.ByteArrayDataInputStream
-
Packages that use ByteArrayDataInputStream Package Description 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.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. advance(int amount)
Advances the current position without reading any bytes.ByteArrayDataInputStream
ByteArrayDataInputStream. position(int pos)
Constructors in org.jgroups.util with parameters of type ByteArrayDataInputStream Constructor Description InputStreamAdapter(ByteArrayDataInputStream input)
-