Search:

Type: Posts; User: jules0075

Search: Search took 0.12 seconds.

  1. Re: Blackberry Api: Writing an array of bytes to a file

    To insert in beginning/middle:
    If I understand you correctly, I will need to create a separate class that will read in the data and then re-write everything past the point where I inserted data? And...
  2. Re: Blackberry Api: Writing an array of bytes to a file

    The two classes that I know of are OutputStream and InputStream.

    I found this website that contains code to write data (bytes) to a new file. But I need to stick my data in the middle of a file,...
  3. Blackberry Api: Writing an array of bytes to a file

    I am trying to read and write metadata to/from an mp3 file. I can read the data, but I cannot figure out how to write it.

    I use the following code to get file access:


    FileConnection file...
Results 1 to 3 of 3