at.gv.egiz.pdfas.framework.input
Interface TextDataSource

All Superinterfaces:
DataSource
All Known Implementing Classes:
FileBasedTextDataSourceImpl, TextDataSourceImpl

public interface TextDataSource
extends DataSource

Represents a free-text input text to be processed.

Author:
wprinz

Method Summary
 String getText()
          Returns the text to be processed.
 
Methods inherited from interface at.gv.egiz.pdfas.framework.input.DataSource
createInputStream, getAsByteArray, getLength
 

Method Detail

getText

public String getText()
Returns the text to be processed.

Returns:
Returns the text to be processed.


Copyright © 2006-2010. All Rights Reserved.