Package org.burningwave.core.io
Interface IterableZipContainer.Entry
- All Superinterfaces:
AutoCloseable,Cleanable,Closeable,Component,Identifiable,Memorizer,Properties.Listener
- Enclosing interface:
- IterableZipContainer
public static interface IterableZipContainer.Entry extends Component
-
Method Summary
Modifier and Type Method Description StringgetAbsolutePath()StringgetCleanedName()default StringgetConventionedAbsolutePath()StringgetName()<C extends IterableZipContainer>
CgetParentContainer()booleanisArchive()booleanisDirectory()default byte[]toByteArray()ByteBuffertoByteBuffer()default InputStreamtoInputStream()Methods inherited from interface org.burningwave.core.Closeable
close, closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
listenTo, processChangeNotification, unregister
-
Method Details
-
getParentContainer
-
getConventionedAbsolutePath
-
getCleanedName
String getCleanedName() -
getName
String getName() -
getAbsolutePath
String getAbsolutePath() -
isDirectory
boolean isDirectory() -
toByteBuffer
ByteBuffer toByteBuffer() -
toByteArray
default byte[] toByteArray() -
isArchive
boolean isArchive() -
toInputStream
-