Quadcap Embeddable Database

com.quadcap.util.text.TextMatch Class Reference

List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 50 of file TextMatch.java.

Static Public Member Functions

int match (byte[] string, int slen, byte[] pattern, int plen)
int match (byte[] string, byte[] pattern)
int match (InputStream is, byte[] pattern) throws IOException


Member Function Documentation

int com.quadcap.util.text.TextMatch.match InputStream  is,
byte[]  pattern
throws IOException [static]
 

Definition at line 84 of file TextMatch.java.

int com.quadcap.util.text.TextMatch.match byte[]  string,
byte[]  pattern
[static]
 

Definition at line 80 of file TextMatch.java.

int com.quadcap.util.text.TextMatch.match byte[]  string,
int  slen,
byte[]  pattern,
int  plen
[static]
 

Definition at line 51 of file TextMatch.java.

References com.quadcap.util.text.TextMatch.match().

Referenced by com.quadcap.util.text.TextMatch.match().