Uses of Interface
app.babylon.text.ByteSequence
Packages that use ByteSequence
-
Uses of ByteSequence in app.babylon.table.column.type
Methods in app.babylon.table.column.type with parameters of type ByteSequenceModifier and TypeMethodDescriptiondefault TTypeParser.parse(ByteSequence s, int start, int end) default byteTypeParser.parseByte(ByteSequence s, int start, int end) default intTypeParser.parseInt(ByteSequence s, int start, int end) default longTypeParser.parseLong(ByteSequence s, int start, int end) -
Uses of ByteSequence in app.babylon.table.io
Classes in app.babylon.table.io that implement ByteSequence -
Uses of ByteSequence in app.babylon.text
Classes in app.babylon.text that implement ByteSequenceMethods in app.babylon.text with parameters of type ByteSequenceModifier and TypeMethodDescriptionByteString.Builder.append(ByteSequence source, int start, int end) static booleanBytes.isStripxEmpty(ByteSequence bytes) static booleanBytes.isStripxEmpty(ByteSequence bytes, int start, int end) static ByteStringByteString.of(ByteSequence bytes) static BigDecimalBigDecimals.parse(ByteSequence bytes, int start, int end) Parses a decimal value directly from a byte sequence slice.static intBytes.stripxEnd(ByteSequence bytes, int start, int end) static intBytes.stripxStart(ByteSequence bytes, int start, int end)