예제 #1
0
파일: Parser.java 프로젝트: 4fath/sipdroid
 /** Skips a continuous string of char and go to the next "blank" char */
 public Parser skipString() {
   getString();
   return this;
 }