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

Interface CabProgressInterface

public interface CabProgressInterface {
}

This interface is used by both the CabCreator and CabDecoder classes to report progress. Currently the only progress message supported is CAB_PROGRESS_INPUT, which is sent by CabCreator when processing input streams. For this message, progress_data[0] is a CabFileEntry corresponding to the file being compressed, and progress_data[1] is the position of the compressor in the input stream of that file. The application should return null in response to this message.

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