Can anyone tell me how can I use the inputStream( ByteArrayInputStream). This class defines two constructors in the API
1>ByteArrayInputStream(byte[])
2>ByteArrayInputStream(byte[],int offset,int size)
Now tell me how will I connect my file from which I will be reading data?
Best regards,
MMM