org.hd.d.pg2k.svrCore
Class FileTools.ZE

java.lang.Object
  extended by org.hd.d.pg2k.svrCore.FileTools.ZE
Enclosing class:
FileTools

public static final class FileTools.ZE
extends java.lang.Object

Immutable length/offset for a (32-bit) ZIP entry.


Field Summary
 int length
          Length of (uncompressed) entry; non-negative.
 int offset
          Offset from start of ZIP file; non-negative.
 
Constructor Summary
FileTools.ZE(int length, int offset)
          Create an instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public final int length
Length of (uncompressed) entry; non-negative.


offset

public final int offset
Offset from start of ZIP file; non-negative.

Constructor Detail

FileTools.ZE

public FileTools.ZE(int length,
                    int offset)
Create an instance.


DHD Multimedia Gallery V1.60.69

Copyright (c) 1996-2012, Damon Hart-Davis. All rights reserved.