Microsoft SDK for Java

removeElements

This method of the IntArrayOutputStream Class removes elements from the IntArrayOutputStream object.

Syntax

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

Parameters

ofs The offset in the output stream where the first element to remove is located.
n The number of elements to remove.

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