- writeTo(byte[]) - Method in class net.fec.openrq.EncodingPacket
-
Writes in the provided array starting at index zero the contents of this packet.
- writeTo(byte[], int) - Method in class net.fec.openrq.EncodingPacket
-
Writes in the provided array starting in a specific index the contents of this packet.
- writeTo(ByteBuffer) - Method in class net.fec.openrq.EncodingPacket
-
Writes in the provided buffer the contents of this packet.
- writeTo(DataOutput) - Method in class net.fec.openrq.EncodingPacket
-
Writes this packet directly into the provided DataOutput
object.
- writeTo(WritableByteChannel) - Method in class net.fec.openrq.EncodingPacket
-
Writes this packet directly into the provided WritableByteChannel
object.
- writeTo(byte[]) - Method in class net.fec.openrq.parameters.FECParameters
-
Writes in the provided array starting at index zero these FEC parameters.
- writeTo(byte[], int) - Method in class net.fec.openrq.parameters.FECParameters
-
Writes in the provided array starting in a specific index these FEC parameters.
- writeTo(ByteBuffer) - Method in class net.fec.openrq.parameters.FECParameters
-
Writes in the provided buffer these FEC parameters.
- writeTo(DataOutput) - Method in class net.fec.openrq.parameters.FECParameters
-
Writes these FEC parameters directly into the provided DataOutput
object.
- writeTo(WritableByteChannel) - Method in class net.fec.openrq.parameters.FECParameters
-
Writes these FEC parameters directly into the provided WritableByteChannel
object.
- writeTo(byte[]) - Method in class net.fec.openrq.SBDInfo
-
Writes in the provided array starting at index zero this information encoded in a compact format.
- writeTo(byte[], int) - Method in class net.fec.openrq.SBDInfo
-
Writes in the provided array starting in a specific index this information encoded in a compact format.
- writeTo(ByteBuffer) - Method in class net.fec.openrq.SBDInfo
-
Writes in the provided buffer this information encoded in a compact format.
- writeTo(DataOutput) - Method in class net.fec.openrq.SBDInfo
-
Writes this information encoded in a compact format directly into the provided DataOutput
object.
- writeTo(WritableByteChannel) - Method in class net.fec.openrq.SBDInfo
-
Writes this information encoded in a compact format directly into the provided WritableByteChannel
object.