Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)

E76725-01

Package 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.

See: Description

Package oracle.javatools.buffer Description

The TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. All text data is stored in normal Java Unicode format as a sequence of char's.

Text buffers can be accessed through two interfaces:

To create a TextBuffer instance or ReadTextBuffer, use the TextBufferFactory factory class. For more details about how to use this package, please refer to the JavaDoc for these two interfaces.

Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)

E76725-01

Copyright © 1997, 2016, Oracle. All rights reserved.