Top "Dataoutputstream" questions

A mechanism for writing abstract data to a stream

Java primitive data type byte and class Byte

Background: I have an assignment where I'm going to pass information through sockets to a very limited extent. It can …

java byte primitive-types datainputstream dataoutputstream
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
Writing unicode to rtf file

I´m trying write strings in diffrent languages to a rtf file. I hav tried a few different things. I …

java unicode encoding rtf dataoutputstream