static StringSegment.Builder |
StringSegment.builder() |
|
static StringSegment.Builder |
SerialSugar.stringSegmentBuilder() |
Constructs a builder to build an according StringSegment
instance.
|
StringSegment.Builder |
StringSegment.Builder.withAlias(String aAlias) |
Builder method for the alias.
|
StringSegment.Builder |
StringSegment.Builder.withEncoding(Charset aEncoding) |
Builder method for the encoding.
|
StringSegment.Builder |
StringSegment.Builder.withEndianess(org.refcodes.numerical.Endianess aEndianess) |
Builder method for the endianess.
|
StringSegment.Builder |
StringSegment.Builder.withLengthWidth(int aLengthWidth) |
Builder method for the length width.
|
StringSegment.Builder |
StringSegment.Builder.withValue(String aValue) |
Builder method for the value.
|