Uses of Class
org.ghotibeaun.json.util.ByteSequence
Package | Description |
---|---|
org.ghotibeaun.json.util |
-
Uses of ByteSequence in org.ghotibeaun.json.util
Methods in org.ghotibeaun.json.util that return ByteSequence Modifier and Type Method Description static ByteSequence
ByteSequence. emptySequence()
Creates a new ByteSequence with no sequence itemsByteSequence
ByteSequence. followedBy(byte b)
Adds a new ByteRange sequence to an existing ByteSequenceByteSequence
ByteSequence. followedByAnyOf(byte... anyOf)
Adds a new ByteRange sequence to an existing ByteSequenceByteSequence
ByteSequence. followedByRange(ByteRange range)
Adds a new ByteRange sequence to the existing ByteSequenceByteSequence
ByteSequence. followedByRangeFrom(byte start, byte end)
Adds a new ByteRange sequence containing all bytes from a given start and end value to an existing ByteSequenceByteSequence
ByteSequence. followedBySequenceOf(ByteSequence sequence)
Appends all of the sequence items from another ByteSequence into the current ByteSequencestatic ByteSequence
ByteSequence. startsWith(byte b)
Initializes a ByteSequence with the first sequence item as a single byte valuestatic ByteSequence
ByteSequence. startsWith(ByteSequence sequence)
Initializes a new ByteSequence using another ByteSequence's itemsstatic ByteSequence
ByteSequence. startsWithAnyOf(byte... anyOf)
Initializes a new ByteSequence containing a variable number of byte valuesstatic ByteSequence
ByteSequence. startsWithRange(ByteRange range)
Initializes a new ByteSequence with a ByteRange of byte values.static ByteSequence
ByteSequence. startsWithRangeFrom(byte start, byte end)
Initializesa new ByteSequence by creating a first sequence item containing byte values starting from one value up to an end byte value, inclusive.static ByteSequence
ByteSequence. withStartingSequence(byte[] byteSequence)
Initializes a new ByteSequence with each element in the byte array as separate sequence items.Methods in org.ghotibeaun.json.util with parameters of type ByteSequence Modifier and Type Method Description ByteSequence
ByteSequence. followedBySequenceOf(ByteSequence sequence)
Appends all of the sequence items from another ByteSequence into the current ByteSequencestatic ByteSequence
ByteSequence. startsWith(ByteSequence sequence)
Initializes a new ByteSequence using another ByteSequence's items