Category "writer"

Is there a way to use a Java Writer object to write binary data?

I want to use the writeSearchResults method of this Jira plugin interface. The description of the interface says that it should be possible to generate PDF fil

Can we use two buffered writers to write on the same file with java, in the same class?

I have been wondering if I cam use two bufferedWriters to write an external file with java. This is what I did: But there is only written X in my created file

BufferedWriter without try method IOException

I know this topic has been discussed a lot and I have already read a lot of posts here about that, but I still seem to have trouble. My problem is that I am al

Adding The Date and Time to the File name

Hello I am trying to add the date and time to a file name in JAVA. I can get the date and time printed within the file, which I also want done, but when I place