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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
Solution is to generate tables on the fly as we did before serialization.
Look at : SynthesisFilter.java for the decoder (tables are commented).