org.vafer.jdeb.ar
Class AbstractArEntry

java.lang.Object
  extended by org.vafer.jdeb.ar.AbstractArEntry
Direct Known Subclasses:
FileArEntry, StaticArEntry

public abstract class AbstractArEntry
extends java.lang.Object

Base class for ArEntries

Author:
tcurdt

Constructor Summary
AbstractArEntry(int pUserId, int pGroupId, int pMode)
           
 
Method Summary
abstract  java.io.InputStream getData()
           
abstract  long getLastModified()
           
abstract  long getLength()
           
abstract  java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractArEntry

public AbstractArEntry(int pUserId,
                       int pGroupId,
                       int pMode)
Method Detail

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.