_GetLine
status_t _GetLine(BString& destString);
while (_GetLine(line) == B_OK) {
if (_GetLine(chunkHeader) == B_ERROR) {
if (_GetLine(statusLine) == B_ERROR)
while (_GetLine(currentHeader) != B_ERROR) {
bool _GetLine(BString& string);