Skip navigation links
A B C D E F G H I L M N O P R S U V W 

R

read() - Method in class com.captainalm.lib.calmnet.stream.LengthClampedInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Reads the next byte of data from the input stream.
readArrayFromInputStream(InputStream, int) - Static method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads in a byte array of a specified length from an InputStream.
readByteFromInputStream(InputStream) - Static method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a byte from an InputStream.
readByteIntegerFromInputStream(InputStream) - Static method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a byte (In int form) from an InputStream.
readData(OutputStream) - Method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Reads payload data to an OutputStream.
readData(OutputStream) - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Reads payload data to an OutputStream.
readData(OutputStream) - Method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionCipherPacket
Reads payload data to an OutputStream.
readData(OutputStream) - Method in interface com.captainalm.lib.calmnet.packet.IStreamedPacket
Reads payload data to an OutputStream.
readInteger(InputStream) - Static method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads an Integer from an InputStream.
readPacket(InputStream, IPacketFactory, PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a IPacket from an input stream.
readPacket() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Reads a single datagram packet.
readPacket(byte[]) - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Reads a single datagram packet into the specified buffer storing with no offset.
readPacket(byte[], int, int) - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Reads a single datagram packet into the specified buffer storing from the specified offset and the specified number of bytes.
readPacketNoDigest(byte[], IPacketFactory, PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a IPacket from a byte array (No digest support).
readPacketNoDigest(InputStream, IPacketFactory, PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a IPacket from an input stream (No digest support).
readStreamedPacket(InputStream, IPacketFactory, PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a IStreamedPacket from an input stream.
readStreamedPacketNoDigest(InputStream, IPacketFactory, PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
Reads a IStreamedPacket from an input stream (No digest support).
receivePacket() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Receives a IPacket.
receivePacket() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Receives a IPacket from the FragmentReceiver.
receivePacket(IPacket) - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Receives a IPacket into the FragmentReceiver.
receivePacket(IPacket) - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Receives a IPacket into the FragmentSender.
receivePacketPolled() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Receives a IPacket polled.
receivePacketPolling() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Receives a IPacket from the FragmentReceiver.
remoteAddress() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Get the remote InetAddress.
remotePort() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Get the remote port.
reset() - Method in class com.captainalm.lib.calmnet.stream.LengthClampedInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
A B C D E F G H I L M N O P R S U V W 
Skip navigation links