public class JarEntryFileImpl extends JarEntryResourceImpl implements IFile
_entry, _jarFile, _name, _parentEMPTY_ARRAY| Constructor and Description |
|---|
JarEntryFileImpl(String name,
IJarFileDirectory parent,
JarFileDirectoryImpl jarFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
create() |
String |
getBaseName() |
String |
getExtension() |
boolean |
isInJar() |
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
OutputStream |
openOutputStreamForAppend() |
delete, equals, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, setEntry, setExists, toJavaFile, toString, toURIclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdelete, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, toJavaFile, toURIpublic JarEntryFileImpl(String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile)
public InputStream openInputStream() throws IOException
openInputStream in interface IFileIOExceptionpublic OutputStream openOutputStream() throws IOException
openOutputStream in interface IFileIOExceptionpublic OutputStream openOutputStreamForAppend() throws IOException
openOutputStreamForAppend in interface IFileIOExceptionpublic String getExtension()
getExtension in interface IFilepublic String getBaseName()
getBaseName in interface IFilepublic boolean isInJar()
isInJar in interface IResourceisInJar in class JarEntryResourceImplpublic boolean create()
create in interface IResourcecreate in class JarEntryResourceImplCopyright © 2015. All rights reserved.