Uses of Class
org.jgroups.util.ByteArrayDataInputStream
Packages that use ByteArrayDataInputStream
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 ByteArrayDataInputStreamModifier and TypeMethodDescriptionprotected voidASYM_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 ByteArrayDataInputStreamModifier and TypeFieldDescriptionprotected final ByteArrayDataInputStreamInputStreamAdapter.inputMethods in org.jgroups.util that return ByteArrayDataInputStreamModifier and TypeMethodDescriptionByteArrayDataInputStream.advance(int amount) Advances the current position without reading any bytes.ByteArrayDataInputStream.position(int pos) Constructors in org.jgroups.util with parameters of type ByteArrayDataInputStream