Menu

sfd.ser and l3reorder.ser files

Help
deilhes
2000-06-08
2000-06-11
  • deilhes

    deilhes - 2000-06-08

    Hi,
    I am student of telecommunication ingeneer and I need your program to test the new Java processor: PicoJava.
    But i use a test environment without file system, that's why I can't read a file.

    For instance my input is now a StringBufferInputStream which represents 2 mp3 frames, the method is deprecated but...  It runs.

    I try the same solution for the *.ser file, but there are conflicts between the char " and the representation of a byte which is too a ".

    do you know an other solution? Or a proposition to resolve this conflict?

    Thanks in advance.

     
    • JavaZOOM

      JavaZOOM - 2000-06-11

      Solution is to generate tables on the fly as we did before serialization.
      Look at : SynthesisFilter.java for the decoder (tables are commented).

       

Log in to post a comment.