-
Constructs an empty allocation value with the given number of bytes used
to specify the referencee's length and a
TransmissionMetrics.DEFAULT_ENDIANESS endian representation of
the referencee's length.
SerialSugar.segmentLength(int aLengthWidth,
org.refcodes.numerical.Endianess aEndianess)
Constructs an empty allocation value with the given number of bytes used
to specify the referencee's length and the provided Endianess
representation of the referencee's length.
SerialSugar.segmentLength(org.refcodes.numerical.Endianess aEndianess)
Constructs an empty allocation value with a width of
TransmissionMetrics.DEFAULT_LENGTH_WIDTH bytes used to specify
the referencee's length and the provided
Endianess representation
of the referencee's length.
Constructs an according instance.
SerialSugar.segmentLength(REFERENCEE aReferencee,
int aLengthWidth)
Constructs the allocation value with the given referencee and with the
given number of bytes used to specify the referencee's length and a
TransmissionMetrics.DEFAULT_ENDIANESS endian representation of
the referencee's length.
SerialSugar.segmentLength(REFERENCEE aReferencee,
int aLengthWidth,
org.refcodes.numerical.Endianess aEndianess)
Constructs the allocation value with the given referencee and with the
given number of bytes used to specify the referencee's length and the
provided Endianess representation of the referencee's length.
SerialSugar.segmentLength(REFERENCEE aReferencee,
org.refcodes.numerical.Endianess aEndianess)
Constructs the allocation value with the given referencee and a width of
TransmissionMetrics.DEFAULT_LENGTH_WIDTH bytes used to specify
the referencee's length and the provided
Endianess representation
of the referencee's length.
Constructs an according instance.