This method of the IntArrayOutputStream Class inserts zero-initialized elements into the IntArrayOutputStream object.
public synchronized void insertElements(int ofs, int n);
ofs | The offset in the output stream where the elements are inserted. |
n | The number of zero-initialized elements to insert. |