|
OSMQ v2.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectosmq.util.TokenFinder
Constructor Summary | |
TokenFinder()
|
Method Summary | |
int |
findTokenOccurance(byte[] s,
byte token,
int occurance)
Locates an occurance of a byte within a byte array and returns its offset. |
int |
findTokenOccurance(java.lang.String s,
char token,
int occurance)
Locates an occurance of a character within a string and returns its offset. |
int |
findTokenOccurance(java.lang.String s,
java.lang.String token,
int occurance)
Locates an occurance of a character within a string that matches a character in another string, and returns its offset. |
int |
getLastFound()
|
int |
getOccurance()
|
boolean |
wasFound()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TokenFinder()
Method Detail |
public final int getLastFound()
public int getOccurance()
public final boolean wasFound()
public final int findTokenOccurance(byte[] s, byte token, int occurance)
public final int findTokenOccurance(java.lang.String s, java.lang.String token, int occurance)
public final int findTokenOccurance(java.lang.String s, char token, int occurance)
|
(c) 2000 - 2003 MQue Systems All Rights Reserved |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |