Package | Description |
---|---|
oracle.javatools.buffer |
The
TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. |
Modifier and Type | Class and Description |
---|---|
class |
GuardedTextBuffer
A TextBuffer that decorates another TextBuffer to prevent modification in certain 'guarded' regions.
|
class |
TextBufferDecorator
The
TextBufferDecorator is a base decorator for a TextBuffer . |