BamFS and KJar available

I’ve put up two windows utilities I’ve made on this site. BamFS is a resource packing “file system” for J2ME projects. KJar is a simple tool that recompresses jar files using the superior zip compressor KZip.

// Anders

7 Responses to “BamFS and KJar available”

  1. subhash Says:

    thanks

  2. subhash Says:

    Thanks for the source code

  3. Niklas Says:

    Tja Anders.
    Snygg sida. Här går det som satan.
    Hoppade över datamässan i Linköping tis-ons. Blev för mycket. Skickade HEA istället.
    Jag blev nominerad som en av 4 till “årets användare” på Automaster Awards av ca 5000 användare. Eftersom jag inte var där så kunde jag inte vinna. Blev 2:a. Då slapp man ju hålla tal iofs.
    Finns det nåt fungerande spel att ladda ner till P910i?
    Hörs.
    n

  4. Michael Flessas Says:

    Hej Anders,

    Mycket bra!

    Mvh/

    Michael Flessas

  5. Peter Says:

    Thanks for a great site!

    Found a couple of useful tips here.

  6. sfdgdf Says:

    dsfsdfsd sfgsf efgsf

  7. Marcus Wagner Says:

    Thanks for these neat tools.
    In BamFS there is actually a minor flaw:
    public static byte[] getFile(int file_id) needs to loop on din.read to be sure to read complete data.

    file = new byte[size];
    din.skipBytes(offset);
    int count = 0;
    // loop needed to read all data
    while (count

Leave a Reply