Top "Stream" questions

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

Write string to output stream

I have several output listeners that are implementing OutputStream. It can be either a PrintStream writing to stdout or to …

java stream
How to add new line into txt file

I'd like to add new line with text to my date.txt file, but instead of adding it into existing …

c# winforms stream text-files
Download large file in python with requests

Requests is a really nice library. I'd like to use it for download big files (>1GB). The problem is …

python download stream python-requests
Java : How to determine the correct charset encoding of a stream

With reference to the following thread: Java App : Unable to read iso-8859-1 encoded file correctly What is the best …

java file encoding stream character-encoding
How do I copy the contents of one stream to another?

What is the best way to copy the contents of one stream to another? Is there a standard utility method …

c# stream copying
"The given path's format is not supported."

I have the following code in my web service: string str_uploadpath = Server.MapPath("/UploadBucket/Raw/"); FileStream objfilestream = new FileStream(…

c# .net webforms upload stream
How to process a file in PowerShell line-by-line as a stream

I'm working with some multi-gigabyte text files and want to do some stream processing on them using PowerShell. It's simple …

powershell stream
Save byte array to file

I have a byte array (an IEnumerable actually), and I need to save it to a new file containing this …

c# file stream save byte
Android Reading from an Input stream efficiently

I am making an HTTP get request to a website for an android application I am making. I am using …

java android input stream bufferedreader
Download TS files from video stream

Videos on most sites make use of progressive downloading, which means that the video is downloaded to my computer, and …

video stream ffmpeg download package