IP*Works! ZIP V8

ipworkszip
Class ZcompressBeginFileEvent

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

public class ZcompressBeginFileEvent
extends java.util.EventObject

Fired before a file is processed.

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the component to skip the file when compressing or decompressing.

See Also:
Zcompress, Zcompress.BeginFileEvent, Serialized Form

Field Summary
 int index
           
 boolean skip
           
 
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

skip

public boolean skip

IP*Works! ZIP V8

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