Click here to Skip to main content
15,908,455 members
Home / Discussions / C#
   

C#

 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz23-Nov-08 21:00
Matjaz-xyz23-Nov-08 21:00 
GeneralRe: A program to delete first n bytes in a file Pin
Guffa23-Nov-08 21:38
Guffa23-Nov-08 21:38 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz23-Nov-08 21:53
Matjaz-xyz23-Nov-08 21:53 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili23-Nov-08 22:00
mentorGiorgi Dalakishvili23-Nov-08 22:00 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz23-Nov-08 22:23
Matjaz-xyz23-Nov-08 22:23 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili23-Nov-08 22:37
mentorGiorgi Dalakishvili23-Nov-08 22:37 
GeneralRe: A program to delete first n bytes in a file [modified] Pin
Matjaz-xyz23-Nov-08 23:42
Matjaz-xyz23-Nov-08 23:42 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 0:30
mentorGiorgi Dalakishvili24-Nov-08 0:30 
I'm not insisting but if I were you I would use BinaryReader/BinaryWriter. If you need to replace first 55 bytes do something like this:
1. Write 55 bytes with BinaryWriter
2. Read 55 bytes by BinaryReader. Don't do anything with them, just read.
3. Read other bytes from file by BinaryReader and write them with BinaryWriter.


GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 1:42
Matjaz-xyz24-Nov-08 1:42 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 1:46
mentorGiorgi Dalakishvili24-Nov-08 1:46 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 2:16
Matjaz-xyz24-Nov-08 2:16 
GeneralRe: A program to delete first n bytes in a file [modified] Pin
Giorgi Dalakishvili24-Nov-08 2:30
mentorGiorgi Dalakishvili24-Nov-08 2:30 
GeneralRe: A program to delete first n bytes in a file Pin
Guffa24-Nov-08 2:16
Guffa24-Nov-08 2:16 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 2:23
Matjaz-xyz24-Nov-08 2:23 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 2:46
mentorGiorgi Dalakishvili24-Nov-08 2:46 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 2:50
Matjaz-xyz24-Nov-08 2:50 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 2:55
mentorGiorgi Dalakishvili24-Nov-08 2:55 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 3:16
Matjaz-xyz24-Nov-08 3:16 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 4:10
Matjaz-xyz24-Nov-08 4:10 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 4:13
mentorGiorgi Dalakishvili24-Nov-08 4:13 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 6:58
Matjaz-xyz24-Nov-08 6:58 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 7:20
mentorGiorgi Dalakishvili24-Nov-08 7:20 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 19:42
Matjaz-xyz24-Nov-08 19:42 
GeneralRe: A program to delete first n bytes in a file Pin
Giorgi Dalakishvili24-Nov-08 20:02
mentorGiorgi Dalakishvili24-Nov-08 20:02 
GeneralRe: A program to delete first n bytes in a file Pin
Matjaz-xyz24-Nov-08 20:30
Matjaz-xyz24-Nov-08 20:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.