public class JarEntryFileImpl extends JarEntryResourceImpl implements IFile
_name, _parent
EMPTY_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, toURI
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIFile, getPhysicalFile
delete, exists, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, toJavaFile, toURI
public JarEntryFileImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile)
public InputStream openInputStream() throws IOException
openInputStream
in interface IFile
IOException
public OutputStream openOutputStream()
openOutputStream
in interface IFile
public OutputStream openOutputStreamForAppend()
openOutputStreamForAppend
in interface IFile
public String getExtension()
getExtension
in interface IFile
public String getBaseName()
getBaseName
in interface IFile
public boolean isInJar()
isInJar
in interface IResource
isInJar
in class JarEntryResourceImpl
public boolean create()
create
in interface IResource
create
in class JarEntryResourceImpl
Copyright © 2024. All rights reserved.