- 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
-
- parsePacket(DataDecoder, int, int, byte[], int, int, boolean) - Static method in class net.fec.openrq.EncodingPacket
-
- parsePacket(DataDecoder, int, int, ByteBuffer, boolean) - Static method in class net.fec.openrq.EncodingPacket
-
- parsePacket(DataDecoder, SerializablePacket, boolean) - Static method in class net.fec.openrq.EncodingPacket
-
- parsePacket(DataDecoder, byte[], boolean) - Static method in class net.fec.openrq.EncodingPacket
-
- parsePacket(DataDecoder, byte[], int, int, boolean) - Method in class net.fec.openrq.EncodingPacket
-
- parsePacket(DataDecoder, ByteBuffer, boolean) - Static method in class net.fec.openrq.EncodingPacket
-
- 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.