Microsoft SDK for Java

copyInto

This method of the IntArrayOutputStream Class copies the contents of the output stream into an array of integers.

Syntax

public synchronized int copyInto(int[] dest);

Return Value

Returns the number of elements copied.

Parameters

dest The destination array that the output stream is copied into.

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