org.vafer.jdeb.ar
Class AbstractArEntry
java.lang.Object
org.vafer.jdeb.ar.AbstractArEntry
- Direct Known Subclasses:
- FileArEntry, StaticArEntry
public abstract class AbstractArEntry
- extends java.lang.Object
Base class for ArEntries
- Author:
- tcurdt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractArEntry
public AbstractArEntry(int pUserId,
int pGroupId,
int pMode)
getName
public abstract java.lang.String getName()
getLength
public abstract long getLength()
getLastModified
public abstract long getLastModified()
getData
public abstract java.io.InputStream getData()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007. All Rights Reserved.