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
Rob Jones
NA
7
9.5k
is there a class for buffer storage? maybe like ArrayList?
Feb 18 2006 3:28 AM
Hi. Say I'm building a ZIP file, the ZIP file has a header of UInt32 0x04034b50 then some 2-byte tags, short 0x0A00, and another short. How can i save these: uint part1=0x04034b50; ushort part2=0x0a00; ushort part3=0; I can't put then into an ArrayList because they are of different type. In the end I want to extract the arraylist and put into a byte[].
Reply
Answers (
3
)
Drag & drop from listView to dataGrid
C# How to send an XML file!