Microsoft SDK for Java

getIntArray

This method of the IntArrayOutputStream Class retrieves the array of integers represented by the IntArrayOutputStream object.

Syntax

public int[] getIntArray();

Return Value

Returns the array of integers represented by the output stream.

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