I have a problem. I write a file using DataOutputstream.write(int)Now this works, but when I use FileInputstrem.skip() and then .read()the return byte is null or when i print it ?. Why?