public abstract class AbstractZipDriverEntry
extends net.java.truevfs.comp.zip.ZipEntry
implements net.java.truevfs.kernel.spec.FsArchiveEntry
DateTimeConverter.ZIP.getDateTimeConverter(),
ZipDriver| Modifier | Constructor and Description |
|---|---|
protected |
AbstractZipDriverEntry(java.lang.String name) |
protected |
AbstractZipDriverEntry(java.lang.String name,
net.java.truevfs.comp.zip.ZipEntry template) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract net.java.truevfs.comp.zip.DateTimeConverter |
getDateTimeConverter() |
long |
getSize(net.java.truecommons.cio.Entry.Size type) |
long |
getTime(net.java.truecommons.cio.Entry.Access type) |
net.java.truecommons.cio.Entry.Type |
getType() |
java.lang.Boolean |
isPermitted(net.java.truecommons.cio.Entry.Access type,
net.java.truecommons.cio.Entry.Entity entity) |
boolean |
setPermitted(net.java.truecommons.cio.Entry.Access type,
net.java.truecommons.cio.Entry.Entity entity,
java.lang.Boolean value) |
boolean |
setSize(net.java.truecommons.cio.Entry.Size type,
long size) |
boolean |
setTime(net.java.truecommons.cio.Entry.Access type,
long time) |
java.lang.String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
clearEncryption, clone, getComment, getCompressedSize, getCrc, getExternalAttributes, getExtra, getMethod, getName, getPlatform, getSize, getTime, isDirectory, isEncrypted, setComment, setCompressedSize, setCrc, setEncrypted, setExternalAttributes, setExtra, setMethod, setPlatform, setSize, setTimeprotected AbstractZipDriverEntry(java.lang.String name)
protected AbstractZipDriverEntry(java.lang.String name,
net.java.truevfs.comp.zip.ZipEntry template)
public net.java.truecommons.cio.Entry.Type getType()
getType in interface net.java.truevfs.kernel.spec.FsArchiveEntryprotected abstract net.java.truevfs.comp.zip.DateTimeConverter getDateTimeConverter()
getDateTimeConverter in class net.java.truevfs.comp.zip.ZipEntrypublic long getSize(net.java.truecommons.cio.Entry.Size type)
getSize in interface net.java.truecommons.cio.Entrypublic boolean setSize(net.java.truecommons.cio.Entry.Size type,
long size)
setSize in interface net.java.truecommons.cio.MutableEntrypublic long getTime(net.java.truecommons.cio.Entry.Access type)
getTime in interface net.java.truecommons.cio.Entrypublic boolean setTime(net.java.truecommons.cio.Entry.Access type,
long time)
setTime in interface net.java.truecommons.cio.MutableEntrypublic java.lang.Boolean isPermitted(net.java.truecommons.cio.Entry.Access type,
net.java.truecommons.cio.Entry.Entity entity)
isPermitted in interface net.java.truecommons.cio.Entrypublic boolean setPermitted(net.java.truecommons.cio.Entry.Access type,
net.java.truecommons.cio.Entry.Entity entity,
java.lang.Boolean value)
setPermitted in interface net.java.truecommons.cio.MutableEntrypublic java.lang.String toString()
toString in class net.java.truevfs.comp.zip.ZipEntry