```java String leftOverText = ""; ... leftOverText += new String(buffer, 0, readBytes); ``` The last line of this example gives a `LostInstance` error which is wrong.
The last line of this example gives a
LostInstanceerror which is wrong.