Microsoft SDK for Java

check

This method of the UserFileIOPermission Class determines whether the permission object allows the specified user-directed file I/O operation.

Syntax

public void check(Object request) throws SecurityException;

Parameters

request The security request parameter. It must be an instance of the UserFileIOAccess class.

Exceptions

SecurityException if this permission does not allow the specified operation.

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