A B C D E F G H I L M N O P R S T V W 

P

ParameterChecker - Class in net.fec.openrq.parameters
This class provides methods for checking bounds and validating FEC and encoding packet parameters.
ParameterIO - Class in net.fec.openrq.parameters
This class provides methods to read/write FEC parameters from/to a specific Object Transmission Information (OTI), and methods to read/write encoding packet parameters from/to a FEC Payload ID, as specified in RFC 6330.
parse(SerializableParameters) - Static method in class net.fec.openrq.parameters.FECParameters
Parses FEC parameters from the given serializable object.
parse(byte[]) - Static method in class net.fec.openrq.parameters.FECParameters
Parses FEC parameters from the given array.
parse(byte[], int) - Static method in class net.fec.openrq.parameters.FECParameters
Parses FEC parameters from the given array.
parse(ByteBuffer) - Static method in class net.fec.openrq.parameters.FECParameters
Parses FEC parameters from the given buffer.
parse(SerializableSBDInfo, FECParameters) - Static method in class net.fec.openrq.SBDInfo
Parses source block decoder information from the given serializable object.
parse(byte[], FECParameters) - Static method in class net.fec.openrq.SBDInfo
Parses source block decoder information from the given array.
parse(byte[], int, int, FECParameters) - Static method in class net.fec.openrq.SBDInfo
Parses source block decoder information from the given array.
parse(ByteBuffer, FECParameters) - Static method in class net.fec.openrq.SBDInfo
Parses source block decoder information from the given buffer.
Parsed<V> - Class in net.fec.openrq
A container object which may or may not contain a non-null parsed value.
parsePacket(int, int, byte[], boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given source block number, encoding symbol identifier of the first symbol, and symbols data.
parsePacket(int, int, byte[], int, int, boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given source block number, encoding symbol identifier of the first symbol, and symbols data.
parsePacket(int, int, ByteBuffer, boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given source block number, encoding symbol identifier of the first symbol, and symbols data.
parsePacket(SerializablePacket, boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given serializable packet.
parsePacket(byte[], boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given array.
parsePacket(byte[], int, int, boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given array.
parsePacket(ByteBuffer, boolean) - Method in class net.fec.openrq.ArrayDataDecoder
Parses an encoding packet from the given buffer.
parsePacket(int, int, byte[], boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given source block number, encoding symbol identifier of the first symbol, and symbols data.
parsePacket(int, int, byte[], int, int, boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given source block number, encoding symbol identifier of the first symbol, and symbols data.
parsePacket(int, int, ByteBuffer, boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given source block number, encoding symbol identifier of the first symbol, and symbols data.
parsePacket(SerializablePacket, boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given serializable packet.
parsePacket(byte[], boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given array.
parsePacket(byte[], int, int, boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given array.
parsePacket(ByteBuffer, boolean) - Method in interface net.fec.openrq.decoder.DataDecoder
Parses an encoding packet from the given buffer.
parsePacket(DataDecoder, int, int, byte[], boolean) - Static method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(int, int, byte[], boolean).
parsePacket(DataDecoder, int, int, byte[], int, int, boolean) - Static method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(int, int, byte[], int, int, boolean).
parsePacket(DataDecoder, int, int, ByteBuffer, boolean) - Static method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(int, int, ByteBuffer, boolean).
parsePacket(DataDecoder, SerializablePacket, boolean) - Static method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(SerializablePacket, boolean).
parsePacket(DataDecoder, byte[], boolean) - Static method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(byte[], boolean).
parsePacket(DataDecoder, byte[], int, int, boolean) - Method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(byte[], int, int, boolean).
parsePacket(DataDecoder, ByteBuffer, boolean) - Static method in class net.fec.openrq.EncodingPacket
Convenience method for parsing from a DataDecoder object an encoding packet, as defined in method DataDecoder.parsePacket(ByteBuffer, boolean).
ParsingFailureException - Exception in net.fec.openrq
Thrown when trying to access the value of an invalid Parsed instance.
ParsingFailureException(String) - Constructor for exception net.fec.openrq.ParsingFailureException
Constructs a new exception with the provided reason message.
putEncodingPacket(EncodingPacket) - Method in interface net.fec.openrq.decoder.SourceBlockDecoder
Receives an encoded packet containing encoding symbols for the source block being decoded.
A B C D E F G H I L M N O P R S T V W