Total available bytes :1457
First 36 bytes of the file one read() at a time.
package Example9_7;
import java.io.
Still available : 1421
Reading the next 36 with one read(b[])
new String(b, 0, n)

Still available : 1385
Skipping half of remaining bytes with skip()
Still available :693
Reading 18 into the end of array.
new String(b, 0, b.length)

Still available:675
