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
Bhushan Muttha
NA
75
483
Binary File Parser with random data
Jul 17 2019 1:29 AM
Hi ,
I have various bonary files and i want to parse those with generic logic .
can someone help on this .
Currently i using sperate logic for each file
Example :
byte[] byteBuffer = File.ReadAllBytes(RESTAppPath);
return new List<string>(System.Text.Encoding.UTF8.GetString(byteBuffer).Substring(254).Trim('\0').Split(new string[] { "\u0003"@\0\0\u0004" }, StringSplitOptions.None));
Reply
Answers (
1
)
LINQ Query of XMl
MVC Routing Real time scenarios and compare to action method