Microsoft SDK for Java

capacity

This method of the IntArrayOutputStream Class retrieves the maximum number of integers that the IntArrayOutputStream object can hold.

Syntax

public synchronized int capacity();

Return Value

Returns the maximum capacity of the output stream.

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