blah blah blah is here! blah blah » Close

1
votes
0 answers

C#, Read file that contains an ASCII character that triggers an early <EOF>

Are there any alternatives to such a thing? Perhaps replacing the character in question? But how would I go about this if I can't read the entire file to begin with?

0
votes
0 answers

Web Service and Streams (Azure)

Hello Everyone! I'm working in the Azure Cloud. I was wondering if its possible to pass a stream to a web service. lets say I have an azure web service that accepts a stream. in this stream I would be sending an image file. This image f ...

0
votes
1 answers

regarding usage of memory stream

many persons will use my project at a time. all are writing something into one file at a time by creating object using memory stream. is there any problems and performance issues? please help me..

0
votes
2 answers

ReadLine ByteCount

bud
18

I have some large files that I'm loading so I load the files in pieces keeping track of how many bytes have been read which is where the problem comes in. It seems the Readline method swallows the newline and carriage return characters whi ...

0
votes
1 answers

asychronous stream reader

I suppose this has probably been asked - maybe many times before, but for now this thing still doesn't have a decent search (:P) How can I implement a StreamReader (line-buffered reader) that implements asynchronous methods? The Strea ...

0
votes
1 answers

Stream IO operations and Encryption

Hey guys! I'm doing some encryption fun in an application, and had a problem. I simply want to encrypt a file. so there is a input file and an outputfile. now i dont want to load the whole file into mem, since i want to support very larg ...

1
votes
1 answers

Converting a string into a stream to load XDocument

I have a string representation of an xml file that I want to load into a XDocument. I am getting the error: Illegal characters in path. I tried loading the string xml into a XmlDocument and it worked just fine. I noticed that the XDo ...

Feedback