Top "Stream" questions

DO NOT USE FOR THE JAVA STREAM API INTRODUCED IN JAVA 8 (use [java-stream] for those questions!

C# using streams

Streams are kind of mysterious to me. I don't know when to use which stream and how to use them. …

c# stream
How to read file content into istringstream?

In order to improve performance reading from a file, I'm trying to read the entire content of a big (several …

c++ optimization memory stream stringstream
How to read/write files in .Net Core?

What are the options to read/write files in .Net Core? I am working on my first .Net Core app …

c# file stream .net-core
Most efficient way to create InputStream from OutputStream

This page: http://blog.ostermiller.org/convert-java-outputstream-inputstream describes how to create an InputStream from OutputStream: new ByteArrayInputStream(out.toByteArray()) Other …

java io stream inputstream bytearrayoutputstream
What is the purpose of Serialization in Java?

I have read quite a number of articles on Serialization and how it is so nice and great but none …

java oop object serialization stream
Memory Stream in Java

I am looking for a memory stream implementation in Java. The implementation should be roughly modeled after the .NET memory …

java memory stream seek
Using ServletOutputStream to write very large files in a Java servlet without memory issues

I am using IBM Websphere Application Server v6 and Java 1.4 and am trying to write large CSV files to the …

java servlets stream websphere
How can I write MemoryStream to byte[]

Possible Duplicate: Creating a byte array from a stream I'm trying to create text file in memory and write it …

c# stream
HTTP requests with file_get_contents, getting the response code

I'm trying to use file_get_contents together with stream_context_create to make POST requests. My code so far: $…

php file http stream
How to redirect Process Builder's output to a string?

I am using the following code to start a process builder.I want to know how can I redirect its …

java stream processbuilder