- dataArray() - Method in class net.fec.openrq.ArrayDataDecoder
-
Returns an array of bytes containing the source data.
- dataArray() - Method in class net.fec.openrq.ArrayDataEncoder
-
Returns an array of bytes containing the source data.
- DataDecoder - Interface in net.fec.openrq.decoder
-
A RaptorQ decoder for a data object.
- dataDecoder() - Method in interface net.fec.openrq.decoder.SourceBlockDecoder
-
Returns the data decoder object from which this source block decoder was retrieved.
- DataEncoder - Interface in net.fec.openrq.encoder
-
A RaptorQ encoder for a data object.
- dataEncoder() - Method in interface net.fec.openrq.encoder.SourceBlockEncoder
-
Returns the data encoder object from which this source block encoder was retrieved.
- dataLength() - Method in class net.fec.openrq.ArrayDataDecoder
-
- dataLength() - Method in class net.fec.openrq.ArrayDataEncoder
-
- dataLength() - Method in interface net.fec.openrq.decoder.DataDecoder
-
Returns the length of the source data, in number of bytes.
- dataLength() - Method in interface net.fec.openrq.encoder.DataEncoder
-
Returns the length of the source data, in number of bytes.
- dataLength() - Method in class net.fec.openrq.parameters.FECParameters
-
Returns the length of the source data, in number of bytes.
- dataLengthAsInt() - Method in class net.fec.openrq.parameters.FECParameters
-
Returns the value returned by
FECParameters.dataLength()
cast to an
int
, unless the cast causes the data
length value to overflow (when
dataLength() > Integer.MAX_VALUE
).
- dataOffset() - Method in class net.fec.openrq.ArrayDataEncoder
-
Returns the index in the source data array of the first byte.
- deriveParameters(long, int, long) - Static method in class net.fec.openrq.parameters.FECParameters
-
Derives FEC parameters from specific deriver parameters.