getDataStream(byte[], int) method

Used to obtain the data in stream.

Syntax

public int getDataStream (
    byte[] chunk,
    int chunkSize
)

Parameters

Remarks

Returns the chunk of data of size 'chunkSize' from the given offset.