at.gv.egiz.pdfas.api.io
Interface TextBased

All Known Implementing Classes:
FileBasedTextBasedDataSource, StringTextBasedDataSource

public interface TextBased

Tells, that the IO Element (DataSink - but mostly DataSource) is based upon character data.

This can be used to retrieve the character text directly with the correct encoding etc.

This makes most sense for text DataSources.

Author:
wprinz

Method Summary
 String getText()
          Returns the text.
 

Method Detail

getText

public String getText()
Returns the text.

Returns:
Returns the text.


Copyright © 2006-2010. All Rights Reserved.