i want to write a function which accepts the stream which looks some wat like this....
PERMISSIONS:TRUE,TRUE|ENTITIES PERMITTED,AB,ABCD,EF,EFGH,IJ,IJKL|FETCHING DETAILS,201.100.3.2,301,201.100.3.3,309|
and i want to make a 2 dimensional array which holds the splitted feilds.....
structure of function needed is is as follows....
public String spliter(String stream,String eot/*|*/,String coma/*,*/,String feild)
{
}
any bright mind pls help me its urgent..............