be.djdb.multimanipulators.finders
Class Finder_ByDelemiter
java.lang.Object
be.djdb.multimanipulators.finders.Finder_ByDelemiter
- All Implemented Interfaces:
- Finders, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
- Direct Known Subclasses:
- Finder_translator
public class Finder_ByDelemiter
- extends java.lang.Object
- implements Finders
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface be.djdb.multimanipulators.interfaces.Finders |
toString |
finders
public java.util.List<Finders> finders
Finder_ByDelemiter
public Finder_ByDelemiter(char delemiter)
init
public void init()
- Description copied from interface:
Finders
- initialize the finder is used for reset all finders by match
- Specified by:
init in interface Finders
ismatchfound
public boolean ismatchfound()
- Specified by:
ismatchfound in interface Finders
- Returns:
- sea if there is a match foubd
isnext
public boolean isnext(int read)
- Specified by:
isnext in interface Finders
- Returns:
- bool ()
setConverter
public void setConverter(Converters converter)
- Specified by:
setConverter in interface Finders
convert
public void convert(char[] data,
java.io.OutputStreamWriter doutstream)
throws java.lang.Exception
- Specified by:
convert in interface Finders
- Throws:
java.lang.Exception
getusedbufferlength
public int getusedbufferlength()
- Description copied from interface:
Finders
- wil use after found match and wel return the length that he has need to converter
- Specified by:
getusedbufferlength in interface Finders
- Returns:
- int ()