- maxAllowedDataLength(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum allowed data length given a symbol size.
- maxAllowedDataLength(int, long) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum allowed data length given a payload length and a maximum size for a block decodable in
working memory.
- maxAllowedInterleaverLength(int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum allowed interleaver length given a symbol size.
- maxAllowedNumSourceBlocks(long, int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum allowed number of source blocks given a source data length and symbol size.
- maxDataLength() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum source data length, in number of bytes (946_270_874_880L).
- maxEncodingSymbolID() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum encoding symbol identifier (16_777_215).
- maxInterleaverLength() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum interleaver length, in number of sub-blocks per source block (1).
- maxNumSourceBlocks() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum number of source blocks into which a source data is divided (256).
- maxNumSourceSymbolsPerBlock() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum number of source symbols in a source block (56_403).
- maxPayloadLength() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum payload length, in number of bytes.
- maxSourceBlockNumber() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum source block number (255).
- maxSymbolSize() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the maximum symbol size, in number of bytes (65535).
- minAllowedDecodingBlockSize(long, int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns a lower bound on the maximum size for a block decodable in working memory, given a source data length and
payload length.
- minAllowedNumSourceBlocks(long, int) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum allowed number of source blocks given a source data length and symbol size.
- minAllowedPayloadLength(long) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum allowed payload length given a source data length.
- minAllowedSymbolSize(long) - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum allowed symbol size given a source data length.
- minDataLength() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum source data length, in number of bytes (1).
- minDecodingBlockSize() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the lowest possible bound on the maximum size for a block decodable in working memory.
- minEncodingSymbolID() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum encoding symbol identifier (0).
- minInterleaverLength() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum interleaver length, in number of sub-blocks per source block (1).
- minNumSourceBlocks() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum number of source blocks into which a source data is divided (1).
- minNumSourceSymbolsPerBlock() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum number of source symbols in a source block (1).
- minPayloadLength() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum payload length, in number of bytes.
- minRepairSymbols(int, int, double) - Static method in class net.fec.openrq.OpenRQ
-
Calculates the minimum number of repair symbols from a source block to be transmitted for a given network loss
rate.
- minSourceBlockNumber() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum source block number (0).
- minSymbolSize() - Static method in class net.fec.openrq.parameters.ParameterChecker
-
Returns the minimum symbol size, in number of bytes (1).
- missingSourceSymbols() - Method in interface net.fec.openrq.decoder.SourceBlockDecoder
-
Returns a set of integers containing the encoding symbol identifiers of the missing source symbols from the
source block being decoded.
- missingSourceSymbols() - Method in class net.fec.openrq.SBDInfo
-
Returns an unmodifiable set of integers containing the encoding symbol identifiers of the missing source symbols
from the source block being decoded.