Microsoft SDK for Java

append

This method of the IntArrayOutputStream Class appends an integer to the output stream.

Syntax

public synchronized void append(int n);

Parameters

n The value to append to the output stream.

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