Uses of Class
io.debezium.text.TokenStream.Marker
Packages that use TokenStream.Marker
-
Uses of TokenStream.Marker in io.debezium.text
Methods in io.debezium.text that return TokenStream.MarkerModifier and TypeMethodDescriptionTokenStream.mark()Obtain a marker that records the current position so that the stream can beTokenStream.rewind(Marker)back to the mark even after having been advanced beyond the mark.Methods in io.debezium.text with parameters of type TokenStream.MarkerModifier and TypeMethodDescriptionbooleanTokenStream.advance(TokenStream.Marker marker) Advance the stream back to the position described by the supplied marker.intTokenStream.Marker.compareTo(TokenStream.Marker that) 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).TokenStream.getContentFrom(TokenStream.Marker starting) Gets the content string starting at the specified marker (inclusive) and continuing up to the next position (exclusive).booleanTokenStream.rewind(TokenStream.Marker marker) Reset the stream back to the position described by the supplied marker.