Hi to All
I have huge files to be processed by B4A on a Tablet. I need to have them in binary format and manage them with RandomAccessFile. Excluding the possibility to write them by Windows program, I thought to do it with B4J, starting from original text files on a Desktop. Of course I can copy the original files on the tablet and convert to binary on it with B4A, but it will take many hours to do this conversion. Therefore my idea was to write RandomAccessFiles using B4J on a desktop and copy the converted binary files on the tablet. This doesn't work. Trying to open the RandomAccessFile (done on the desktop by B4J), on the Tablet, I get "java.lang.NullPointerException: null receiver" at the B4A line which initializes the RandomAccessFile. Therefore there is no compatibility between binary files written by B4J and B4A, I guess. Or I hope to miss something ..
Thanks in advance
I have huge files to be processed by B4A on a Tablet. I need to have them in binary format and manage them with RandomAccessFile. Excluding the possibility to write them by Windows program, I thought to do it with B4J, starting from original text files on a Desktop. Of course I can copy the original files on the tablet and convert to binary on it with B4A, but it will take many hours to do this conversion. Therefore my idea was to write RandomAccessFiles using B4J on a desktop and copy the converted binary files on the tablet. This doesn't work. Trying to open the RandomAccessFile (done on the desktop by B4J), on the Tablet, I get "java.lang.NullPointerException: null receiver" at the B4A line which initializes the RandomAccessFile. Therefore there is no compatibility between binary files written by B4J and B4A, I guess. Or I hope to miss something ..
Thanks in advance