Package org.burningwave.core.io
Class ZipInputStream.Entry.Detached
java.lang.Object
org.burningwave.core.io.ZipInputStream.Entry.Detached
- All Implemented Interfaces:
AutoCloseable,Cleanable,Closeable,Component,Identifiable,IterableZipContainer.Entry,ZipInputStream.Entry,Properties.Listener,Memorizer
- Enclosing interface:
ZipInputStream.Entry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.io.ZipInputStream.Entry
ZipInputStream.Entry.Attached, ZipInputStream.Entry.Detached -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Cleanable
clear, clearInBackgroundMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.io.IterableZipContainer.Entry
getConventionedAbsolutePath, toByteArray, toInputStreamMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
-
Method Details
-
isArchive
public boolean isArchive()- Specified by:
isArchivein interfaceIterableZipContainer.Entry
-
getParentContainer
- Specified by:
getParentContainerin interfaceIterableZipContainer.Entry
-
toByteBuffer
- Specified by:
toByteBufferin interfaceIterableZipContainer.Entry
-
getCleanedName
- Specified by:
getCleanedNamein interfaceIterableZipContainer.Entry
-
getName
- Specified by:
getNamein interfaceIterableZipContainer.Entry
-
getAbsolutePath
- Specified by:
getAbsolutePathin interfaceIterableZipContainer.Entry
-
isDirectory
public boolean isDirectory()- Specified by:
isDirectoryin interfaceIterableZipContainer.Entry
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-