be.djdb.multimanipulators.finders
Class Finder_ByDelemiter

java.lang.Object
  extended by 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

Field Summary
 java.util.List<Finders> finders
           
 
Constructor Summary
Finder_ByDelemiter(char delemiter)
           
 
Method Summary
 int compareTo(Finder_translator o)
           
 int compareTo(Finders finder)
           
 int compareTo(java.lang.Object o)
           
 void convert(char[] data, java.io.OutputStreamWriter doutstream)
           
 char getdelemiter()
           
 int getusedbufferlength()
          wil use after found match and wel return the length that he has need to converter
 void init()
          initialize the finder is used for reset all finders by match
 boolean ismatchfound()
           
 boolean isnext(int read)
           
 void setConverter(Converters converter)
           
 
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
 

Field Detail

finders

public java.util.List<Finders> finders
Constructor Detail

Finder_ByDelemiter

public Finder_ByDelemiter(char delemiter)
Method Detail

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 ()