TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ze Jibe
NA
1
0
How to read blocks of data from a file
Dec 20 2006 11:51 AM
Hi, I would like to know how to perform, in C#, a function that is similar to C/C++ fread() (reading data from a file in one block to a memory buffer). This one is much faster than the usual fscanf() function. I know FileStream.Read() allows to read byte arrays. But how do we then read something else like double or int arrays? Thanks in adavance for your help, M&Ms
Reply
Answers (
1
)
How to find weather .net framework is installed or not
C# Printing Problem