i'm making a program that will export some data like a byte array...

the program array is coded in VB6 and stored in database, but i need to read this data through java program.

In vb6 we have the byte array filled by values that start at number 0 to number 255, but in the java the range is -127 at 128.

Using vb6, how can i let the vb6 byte array on the java standard?