Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / stream

Stream

stream

Great Reads

by David Serrano Martínez
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by honey the codewitch
Add progress reporting to your downloading or copying using this code
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d

Latest Articles

by David Serrano Martínez
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by honey the codewitch
Add progress reporting to your downloading or copying using this code
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d

All Articles

Sort by Score

stream 

by honey the codewitch
Add progress reporting to your downloading or copying using this code
by cth027
A small utility class to ease C++ stream input with predefined and controlled format
by Naga Vinodh Peddi
How to dynamically create file upload control and add text file data to SQL database
by Arman S.
Shows how one can use IStream for in-memory operations
by blitzkrieged
This is a demonstration of splicing an animated GIF (or any image) frame by frame without having to write to the disc.
by dynamichael
Use extension methods, Encoding, and BitConverter to read and write native types on an IO.Stream object
by Maximilian1986
Implement the Lambda expression to handle the class Shape in Java8: the power of declaration programming.
by FrostedSyntax
A method for getting the response from a web request made to the specified URL.
by Adérito Silva
A demonstration about how to read an exact number of bytes from Stream objects
by metastruct
Easy to use class for downloading, uploading, and other FTP commands.
by Christopher John Paul
UDP based chat application.