org.archive.extractor
Interface CharSequenceProvider


public interface CharSequenceProvider

Interface indicating an object can efficiently provide a (perhaps cached or simulated) CharSequence version of itself.

Author:
gojomo

Method Summary
 java.lang.CharSequence getCharSequence()
           
 

Method Detail

getCharSequence

java.lang.CharSequence getCharSequence()
Returns:
CharSequence linked/cached/implied by this object


Copyright © 2003-2011 Internet Archive. All Rights Reserved.