IP*Works! ZIP V8

ipworkszip
Class ZipEndFileEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ipworkszip.ZipEndFileEvent
All Implemented Interfaces:
java.io.Serializable

public class ZipEndFileEvent
extends java.util.EventObject

Fired after each file is processed.

EndFile is fired after each file is processed by the compressor or decompressor, as appropriate. Index contains the array index of the file processed, and the CompressedName , DecompressedName , CompressedSize , and DecompressedSize fields in the Files collection for this index contain more detailed information about the file processed.

See Also:
Zip, Zip.EndFileEvent, Serialized Form

Field Summary
 int index
           
 
Fields inherited from class java.util.EventObject
source
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public int index

IP*Works! ZIP V8

Copyright (c) 2009 /n software inc. - All rights reserved.