- information() - Method in interface net.fec.openrq.decoder.SourceBlockDecoder
-
Returns current information from this decoder inside an SBDInfo
object.
- interleaverLength() - Method in class net.fec.openrq.parameters.FECParameters
-
Returns the interleaver length, in number of sub-blocks per source block.
- invalid(String) - Static method in class net.fec.openrq.Parsed
-
Returns a new parsing container object.
- isDataDecoded() - Method in class net.fec.openrq.ArrayDataDecoder
-
- isDataDecoded() - Method in interface net.fec.openrq.decoder.DataDecoder
-
Returns true
if, and only if, the original data is fully decoded.
- isDataLengthOutOfBounds(long) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isEncodingSymbolIDOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isInterleaverLengthOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isNumSourceBlocksOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isNumSourceSymbolsPerBlockOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isPayloadLengthOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isSourceBlockDecoded() - Method in interface net.fec.openrq.decoder.SourceBlockDecoder
-
Returns true
if, and only if, the source block being decoded is fully decoded.
- isSourceBlockNumberOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isSymbolSizeOutOfBounds(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
- isValid() - Method in class net.fec.openrq.Parsed
-
Returns true
if, and only if, the parsed value is valid.
- isValidFECPayloadID(int, int, int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns true
if, and only if, the FEC payload ID parameters are valid, that is, if they fall within
certain bounds.