This method of the IntArrayOutputStream Class retrieves an element from the output stream at a specified offset.
public synchronized int elementAt(int ofs);
Returns the value of the retrieved element.
cfs | The offset in the output stream where the element to retrieve is located. |