Reader
for javax.swing.text.Document
objects.
@author Robert Futrell
@version 1.0
NOTE: Consistency in a memory friendly way can only be ensured if the supplied {@link Document} is a sub class of {@link AbstractDocument} andtherefore supports {@link DocumentFilter}s. Nevertheless the current implementation becomes memory unfriendly if any change occurs to the document while reading because to ensure consistency a copy of the old content is created if any change occurs. @author Stefan Rybacki
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|