org.vafer.jdeb.ar
Class ArEntry
java.lang.Object
org.vafer.jdeb.ar.ArEntry
public final class ArEntry
- extends Object
To be replace by commons compress once released
- Author:
- Torsten Curdt
|
Constructor Summary |
ArEntry(String name,
long length)
|
ArEntry(String name,
long length,
int userId,
int groupId,
int mode,
long lastModified)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArEntry
public ArEntry(String name,
long length)
ArEntry
public ArEntry(String name,
long length,
int userId,
int groupId,
int mode,
long lastModified)
getName
public String getName()
getUserId
public int getUserId()
getGroupId
public int getGroupId()
getMode
public int getMode()
getLastModified
public long getLastModified()
getLength
public long getLength()
Copyright © 2008. All Rights Reserved.