try
{
wait();
} catch (InterruptedException e) { }
}
SepMark = Content.indexOf(*);
}
CurrentMsg = Content.substring(0, SepMark);
TempContent = Content.substring(SepMark+1);
Content = TempContent;
notifyAll();
return CurrentMsg;
}
public s