while ( ( line = input.readLine() ) !== null ) {
                        stringBuffer.append( lineSeparator );
                        stringBuffer.append( line );
                    }