Microsoft SDK for Java

elementAt

This method of the IntArrayOutputStream Class retrieves an element from the output stream at a specified offset.

Syntax

public synchronized int elementAt(int ofs);

Return Value

Returns the value of the retrieved element.

Parameters

cfs The offset in the output stream where the element to retrieve is located.

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