Package com.ms.util.cab Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class CabEnumerator

Methods

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.


Methods


hasMoreElements

public boolean hasMoreElements();

Determines whether the cabinet file has more files.


nextElement

public Object nextElement();

Returns the next item in the cabinet file.



© 1997 Microsoft Corporation. All rights reserved. Legal Notices.