| Package | Description |
|---|---|
| io.debezium.text |
| Modifier and Type | Method and Description |
|---|---|
TokenStream.Marker |
TokenStream.mark()
Obtain a marker that records the current position so that the stream can be
TokenStream.rewind(Marker) back to the mark even
after having been advanced beyond the mark. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenStream.advance(TokenStream.Marker marker)
Advance the stream back to the position described by the supplied marker.
|
int |
TokenStream.Marker.compareTo(TokenStream.Marker that) |
String |
TokenStream.getContentBetween(TokenStream.Marker starting,
Position end)
Gets the content string starting at the specified marker (inclusive) and continuing up to the end position (exclusive).
|
String |
TokenStream.getContentFrom(TokenStream.Marker starting)
Gets the content string starting at the specified marker (inclusive) and continuing up to the next position (exclusive).
|
boolean |
TokenStream.rewind(TokenStream.Marker marker)
Reset the stream back to the position described by the supplied marker.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.