ByteArrayInputStream of java - TechRepublic
General discussion
October 22, 2002 at 06:43 PM
mmmova

ByteArrayInputStream of java

by mmmova . Updated 23 years, 8 months ago

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

This discussion is locked

All Comments