This method of the IntArrayOutputStream Class removes elements from the IntArrayOutputStream object.
public synchronized void removeElements(int ofs, int n);
ofs | The offset in the output stream where the first element to remove is located. |
n | The number of elements to remove. |