Microsoft SDK for Java

openInputStream

This method of the ClientStoreFile Class opens an input stream to the file.

Syntax

public InputStream openInputStream() throws IOException;

Return Value

Returns the InputStream that is open for reading.

Exceptions

IOException if the file could not be created or truncated.

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