be.djdb.multimanipulators.interfaces
Interface StreamPieceUtilFinder


Deprecated.

@Deprecated
public interface StreamPieceUtilFinder

Author:
Lieven Roegiers

Method Summary
 int getactivelength()
          Deprecated. for detection of streambuffer can write to stream (there is a hold to the buffer)
 java.lang.String getbuffer()
          Deprecated. for collection setfinder true/false
 int getlength()
          Deprecated. totallength
 boolean ismatchfound()
          Deprecated.  
 java.lang.Boolean nextchar(int charint)
          Deprecated.  
 void SetReset()
          Deprecated. INITIALISE from your finder
 

Method Detail

getbuffer

java.lang.String getbuffer()
Deprecated. 
for collection setfinder true/false


ismatchfound

boolean ismatchfound()
Deprecated. 
Returns:
is what you want to find equals of what you found

SetReset

void SetReset()
Deprecated. 
INITIALISE from your finder


getactivelength

int getactivelength()
Deprecated. 
for detection of streambuffer can write to stream (there is a hold to the buffer)


getlength

int getlength()
Deprecated. 
totallength


nextchar

java.lang.Boolean nextchar(int charint)
Deprecated. 
Parameters:
charint - give the new char control
Returns:
if was char equals of the next char to find true was match found also true when the char was not correct false;