Top "Outputstream" questions

An abstract mechanism for writing data to a stream in Java and C#

How do I return a zip file to the browser via the response OutputStream?

In this situation, I have created a zip file containing search result files, and am trying to send it to …

java zip outputstream
Save Bitmap to SD Card

I have a Bitmap image which I have to store in a folder in the SD Card, my code is …

android bitmap outputstream fileoutputstream
How to add attachments to email in Java using OutputStream?

I've seen the code for javax.mail library where you add attachments to the email doing this: MimeBodyPart attachmentPart = new …

java email file-io outputstream
Benefits of using flush() close() in Android streams?

I know the general idea but I'm just not sure if it has an effect since the Android api states …

android inputstream outputstream
Java: FilterInputStream what are the advantages and use compared to other streams

I’ve been reading on InputStream, FileInputStream, ByteArrayInputStream and how their use seems quite clear (output streams too). What I’…

java stream inputstream outputstream
Java - System.out effect on performance

I've seen this question and it's somewhat similar. I would like to know if it really is a big factor …

java performance performance-testing outputstream
Writing to ZipArchive using the HttpContext OutputStream

I've been trying to get the "new" ZipArchive included in .NET 4.5 (System.IO.Compression.ZipArchive) to work in a ASP.…

c# .net-4.5 outputstream httpcontext asp.net-4.5
How to modify the generated SOAP request?

I'm at the stage where I created an output interceptor and I get an OuputStream out of the SOAP message. …

java cxf interceptor outputstream
How should an InputStream and an OutputStream be closed?

I'm using the following code to close an InputStream and an OutputStream from a connection to a server: try { if (…

android inputstream outputstream
Java OutputStream Skip (offset)

I am trying to write a function that takes File object, offset and byte array parameters and writes that byte …

java io inputstream outputstream