public class JarFileObject extends ZipFileObject
entry
DEFAULT_BUFFER_SIZE
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
JarFileObject(AbstractFileName fileName,
ZipEntry entry,
JarFileSystem fileSystem,
boolean zipExists)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
doGetAttributes()
Returns the value of an attribute.
|
protected Certificate[] |
doGetCertificates()
Gets the certificates of this JarEntry.
|
attachChild, doAttach, doDetach, doGetContentSize, doGetInputStream, doGetLastModifiedTime, doGetType, doListChildren, isWriteable, setZipEntry
canRenameTo, childrenChanged, close, compareTo, copyFrom, createFile, createFolder, delete, delete, deleteAll, doCreateFileContent, doCreateFolder, doDelete, doGetInputStream, doGetOutputStream, doGetRandomAccessContent, doIsExecutable, doIsHidden, doIsReadable, doIsSameFile, doIsSymbolicLink, doIsWriteable, doListChildrenResolved, doRemoveAttribute, doRename, doSetAttribute, doSetExecutable, doSetLastModifiedTime, doSetReadable, doSetWritable, endOutput, exists, finalize, findFiles, findFiles, getAbstractFileSystem, getChild, getChildren, getContent, getFileContentInfoFactory, getFileOperations, getFileSystem, getInputStream, getInputStream, getName, getOutputStream, getOutputStream, getParent, getPublicURIString, getRandomAccessContent, getType, getURL, handleChanged, handleCreate, handleDelete, holdObject, injectType, isAttached, isContentOpen, isExecutable, isFile, isFolder, isHidden, isReadable, isSameFile, isSymbolicLink, iterator, listFiles, moveTo, notifyAllStreamsClosed, onChange, onChildrenChanged, refresh, resolveFile, resolveFile, setExecutable, setReadable, setWritable, toString
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPath, getURI
forEach, spliterator
protected JarFileObject(AbstractFileName fileName, ZipEntry entry, JarFileSystem fileSystem, boolean zipExists) throws FileSystemException
fileName
- the file name.entry
- the zip entry.fileSystem
- the file system.zipExists
- Whether the zip file exists.FileSystemException
- if a file system error occurs.protected Map<String,Object> doGetAttributes() throws Exception
doGetAttributes
in class AbstractFileObject<ZipFileSystem>
Exception
- if an error occurs.protected Certificate[] doGetCertificates()
doGetCertificates
in class AbstractFileObject<ZipFileSystem>
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.