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