Microsoft SDK for Java

check

This method of the FileIOPermission Class determines if the specified file I/O operation is allowed by this permission object.

Syntax

public void check(Object param) throws SecurityException;

Parameters

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

Exceptions

SecurityException if this permission does not allow the specified file I/O operation.

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