Microsoft SDK for Java

insertElements

This method of the IntArrayOutputStream Class inserts zero-initialized elements into the IntArrayOutputStream object.

Syntax

public synchronized void insertElements(int ofs, int n);

Parameters

ofs The offset in the output stream where the elements are inserted.
n The number of zero-initialized elements to insert.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.