Top "Java-io" questions

The java.

ClassCastException when Appending Object OutputStream

I have been trying to do a little project that needs an appendable ObjectOutputStream. I have gone through a couple …

java serialization classcastexception java-io
Deleting files in Android

I have a directory that contains a lot of files. I want to delete the entire directory as well as …

java android java-io android-file
Create folder in a mapped network drive using Java

I'm trying to create a folder to a mapped network drive Z: using Java Unfortunately the file is not getting …

java java-io unc network-drive
How to Read files in an folder inputstream

I have a Jar file that I have created using 3rd party library. When I packaged the jar file, I …

java axis2 java-io
DataOutputStream#writeBytes(String) vs BufferedWriter#write(String)

I would like to create a HTML file for my report. The content in the report can be created either …

java string java-io bufferedwriter dataoutputstream