return BitUtil.isSet(fetchFragmentFlags().getValue(), MoreFragment);
}
public ProtocolBitField fetchFragmentOffset() {
if (_fragmentOffset == null) {
_fragmentOffset = new ProtocolBitField("fragment offset", "段偏移", 6, 3, 13, this) {
public String getValueAsString() {
return (getValue() * 8) + "(=" + getValue() + "*8)";
}
};
}