public interface ExtendedArchiveEntry
extends org.apache.commons.compress.archivers.ArchiveEntry
Modifier and Type | Method and Description |
---|---|
int |
getFileMode() |
void |
setFileMode(int mode) |
void |
setSize(long size) |
void |
setTime(long time) |
void |
writeEntry(OutputStream outputStream) |
void setFileMode(int mode)
int getFileMode()
void setSize(long size)
void setTime(long time)
void writeEntry(OutputStream outputStream) throws IOException
IOException
Copyright © 2021. All rights reserved.