- areValidDeriverParameters(long, int, long) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns true
if, and only if, the provided deriver parameters are valid, that is, if they fall within
certain bounds.
- areValidFECParameters(long, int, int, int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns true
if, and only if, the provided FEC parameters are valid, that is, if they fall within certain
bounds.
- ArrayDataDecoder - Class in net.fec.openrq
-
A RaptorQ decoder for an array data object.
- ArrayDataEncoder - Class in net.fec.openrq
-
A RaptorQ encoder for an array data object.
- asArray() - Method in class net.fec.openrq.EncodingPacket
-
Returns an array with the contents of this packet.
- asArray() - Method in class net.fec.openrq.parameters.FECParameters
-
Returns an array with these FEC parameters.
- asArray() - Method in class net.fec.openrq.SBDInfo
-
Returns an array with this information encoded in a compact format.
- asBuffer() - Method in class net.fec.openrq.EncodingPacket
-
Returns a buffer with the contents of this packet.
- asBuffer() - Method in class net.fec.openrq.parameters.FECParameters
-
Returns a buffer with these FEC parameters.
- asBuffer() - Method in class net.fec.openrq.SBDInfo
-
Returns a buffer with this information encoded in a compact format.
- asSerializable() - Method in class net.fec.openrq.EncodingPacket
-
Returns a serializable object with the contents of this packet.
- asSerializable() - Method in class net.fec.openrq.parameters.FECParameters
-
Returns a serializable object with these FEC parameters.
- asSerializable() - Method in class net.fec.openrq.SBDInfo
-
Returns a serializable object with this information encoded in a compact format (the same format as of method
SBDInfo.asArray()
).
- availableRepairSymbols() - Method in interface net.fec.openrq.decoder.SourceBlockDecoder
-
Returns a set of integers containing the encoding symbol identifiers of the available repair symbols for
decoding.
- availableRepairSymbols() - Method in class net.fec.openrq.SBDInfo
-
Returns an unmodifiable set of integers containing the encoding symbol identifiers of the available repair
symbols for decoding.