Top "Inputstream" questions

An abstract mechanism for reading a data stream in Java

HttpURLConnection.getInputStream very slow

HttpURLConnection.getInputStream takes very much time when compared to iPhone App which uses the same server side services. The following …

android inputstream httpurlconnection androidhttpclient
How to create ZIP files using list of Input streams?

In my case I have to download images from the resources folder in my web app. Right now I am …

java spring-mvc inputstream zipinputstream
Java: How do I convert InputStream to GZIPInputStream?

I have a method like public void put(@Nonnull final InputStream inputStream, @Nonnull final String uniqueId) throws PersistenceException { // a.) create …

java inputstream gzipinputstream
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
HttpServletResponse PrintWriter to write an InputStream

I have a HttpServletResponse object and need to write a file contained in the jar. The following code segments do …

servlets inputstream printwriter
Java-Sockets: InputStream.read() vs BufferedReader.read()

I'm reading from a Socket's InputStream. Because I'm parsing the incoming data on the fly, I'm required to read character …

java sockets inputstream streamreader buffering
How can i modify text in a stream efficiently, in a BizTalk pipeline component?

I have a stream that contains text, now I want to edit some text (replace some values) in that stream. …

c# inputstream biztalk custom-pipeline-component
AudioTrack Android playing sounds from raw folder

Is it possible to play wav files with AudioTrack from the resources folder raw? It tried many ways to reference …

android inputstream audiotrack
Get image content from httpResponse in Android

Am trying to get a image from a http response, but am failing to convert the stream to bitmap. Please …

android bitmap inputstream httpresponse httpentity
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