Top "Filestream" questions

In .NET framework filestream exposes a Stream around a file, supporting both synchronous and asynchronous read and write operations.

Create and write to a text file inmemory and convert to byte array in one go

How can I create a .csv file implicitly/automatically by using the correct method, add text to that file existing …

c# file filestream system.io.file
Byte Stream and Character stream

Please explain what Byte streams and Character streams are. What exactly do these mean? Is a Microsoft Word document Byte …

java filestream iostream
C++: What is a stream

I have been hearing about stream, more specifically file streams. So what are they? Is it something that has a …

c++ stream filestream fstream
django return file over HttpResponse - file is not served correctly

I want to return some files in a HttpResponse and I'm using the following function. The file that is returned …

django filestream
Download pdf programmatically

How can I download a PDF and store to disk using vb.NET or C#? The URL (of the PDF) …

c# vb.net pdf download filestream
Empty Path Name Is Not Legal

So I'm trying to compile an Asteroids game. It's almost working, all the files are in place etc etc... The …

c# filestream argumentexception
OutOfMemoryException when I read 500MB FileStream

I'm using Filestream for read big file (> 500 MB) and I get the OutOfMemoryException. Any solutions about it. My Code …

c# bytearray download filestream out-of-memory
file IO, is this a bug in Powershell?

I have the following code in Powershell $filePath = "C:\my\programming\Powershell\output.test.txt" try { $wStream = new-object IO.FileStream $…

powershell filestream
Looping through lines of txt file uploaded via FileUpload control

I want to select a simple .txt file that contains lines of strings using a FileUpload control. But instead of …

c# asp.net file-upload upload filestream
How to split a large file into chunks in c#?

I'm making a simple file transfer sender and receiver app through the wire. What I have so far is that …

c# file tcp filestream