Microsoft SDK for Java

save

This method of the Entity class saves the entity to the given output stream with indenting and new lines.

Syntax

public void save(XMLOutputStream o) throws IOException;

Parameters

o The output stream.

Exceptions

IOException if there is a problem writing to the output stream.

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