Microsoft SDK for Java

decode

This method of the PermissionDataSet Class decodes the contents of the specified data stream into a set of permission objects.

Syntax

public boolean decode(String tag, InputStream data);

Return Value

Returns true if the decoding process is completed successfully; otherwise, returns false.

Parameters

tag The encoding type identifier.
data The raw data to construct this object from. The type of data in the stream is specified by the tag parameter.

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