Top "Outputstream" questions

An abstract mechanism for writing data to a stream in Java and C#

Java Process getOutputStream to String

Java 8 here. How does one read the data in Process#getOutputStream() into a String? I am trying to run a …

java stdout outputstream
Java Detect Closed Stream

I have a general socket implementation consisting of an OutputStream and an InputStream. After I do some work, I am …

java sockets inputstream outputstream
Create file in specified directory

Try to create file in specific directory but it shows the error FileNotFound. Why? Am I using impossible path? I …

java android eclipse outputstream fileoutputstream
Android Bluetooth: java.io.IOException: Service discovery failed

I'm trying to develop an Android application which transfers images from one device to another. The received image would then …

android bluetooth inputstream serversocket outputstream