| Interface | Description |
|---|---|
| IterableCharSequence |
A combination interface of
CharSequence and CharacterIterator. |
| Class | Description |
|---|---|
| ContextBreakIterator |
A meta break iterator that wraps other
BreakIterators and aggregates their breaks to form larger contexts. |
| FileBytesCharIterator |
ATTENTION: This breaks the semantics of
CharacterIterator and CharSequence
since all indices are byte offsets into the underlying file, not character indices. |
| IterableCharSequence.IterableStringCharSequence | |
| MultiFileBytesCharIterator | |
| OcrBox | |
| OcrHighlightResult | |
| Streams |
Stream helpers.
|
| TagBreakIterator |
A
BreakIterator that splits an XML-like document on a specific opening or closing tag. |
| Utf8 |
Low-level, high-performance utility methods related to the UTF-8
character encoding.
|
| Enum | Description |
|---|---|
| IterableCharSequence.OffsetType |
Copyright © 2019. All rights reserved.