Package com.ms.util.cab |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public final class CabEnumerator implements Enumeration { // Methods public boolean hasMoreElements(); public Object nextElement(); }
This class is the implementation of the enumeration interface for cabinet files.
public boolean hasMoreElements();Determines whether the cabinet file has more files.
public Object nextElement();Returns the next item in the cabinet file.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.