public class JarEntryFileImpl extends JarEntryResourceImpl implements IFile
_name, _parentEMPTY_ARRAY| Constructor and Description |
|---|
JarEntryFileImpl(IFileSystem fs,
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, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, setEntry, toJavaFile, toString, toURIclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIFile, getPhysicalFiledelete, exists, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, toJavaFile, toURIpublic JarEntryFileImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile)
public InputStream openInputStream() throws IOException
openInputStream in interface IFileIOExceptionpublic OutputStream openOutputStream()
openOutputStream in interface IFilepublic OutputStream openOutputStreamForAppend()
openOutputStreamForAppend in interface IFilepublic 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 © 2024. All rights reserved.