Hi there.

I am using the byte oriented stream for reading and writing data from my file. From what i understand, we use writeInt() for writing and readInt() for reading from file. This also applies to other primitive data types as well. How about String? Can anyone pls explain to me how it works? Besides, we can create binary file and accessing them. but how to delete them? what code should be used?

Thank u.