Microsoft SDK for Java

toIntArray

This method of the IntArrayOutputStream Class makes a copy of the array of integers represented by the IntArrayOutputStream object.

Syntax

public synchronized int[] toIntArray();

Return Value

Returns a copy of the integers represented by the output stream.

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