Microsoft SDK for Java

elementFromEnd

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

Syntax

public synchronized int elementFromEnd(int ofs);

Return Value

Returns the value of the retrieved element.

Parameters

ofs The offset from the end of the output stream where the element to retrieve is located.

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