Search:

Type: Posts; User: krischad

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    8,138

    I tried this ...

    I tried this

    System.IO.File.AppendAllBytes("tom.mpa", System.IO.File.ReadAllBytes("xyz.bin"));


    error CS0117: 'System.IO.File' does not contain a
    definition for 'ReadAllBytes'
    ...
  2. Replies
    13
    Views
    8,138

    Its a .bin file, binary file. I shud use...

    Its a .bin file, binary file. I shud use appendallbytes right?

    Thanks a ton for the info
  3. Replies
    13
    Views
    8,138

    @Magos: Thanks. I liked using this, ...

    @Magos: Thanks.
    I liked using this,






    System.IO.File.ReadAllBytes("File.ext")
  4. Replies
    13
    Views
    8,138

    @Momerath: Thanks, If I'm reading from a file...

    @Momerath: Thanks,
    If I'm reading from a file and appending to another file, is there any simple way to do it? How do I append what I read to another file?
  5. Replies
    13
    Views
    8,138

    Binary Reader Buffer size

    Hello,

    I woud like to read a very big binary file in C#. Say, 256 Mega Bytes of data. Actually I should read from one big 256Mbytes file and append to another file.
    How do I append to my...
Results 1 to 5 of 5