IP*Works! ZIP V8

ipworkszip
Class GzipBeginFileEvent

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

public class GzipBeginFileEvent
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 appending or decompressing.

See Also:
Gzip, Gzip.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) 2009 /n software inc. - All rights reserved.