[ https://issues.apache.org/jira/browse/COMPRESS-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vali Maties updated COMPRESS-656: --------------------------------- Description: Please make the compressedSize property of SevenZArchiveEntry as observable property with getter. Having this property as observable, we can know in anytime the compressed size of an entry. Or maybe only a getter to existing compressedSize property. I've attached two screenshots with both original file size and the compressed size in SevenZArchiveEntry class, running my project in debbug. _*Edited:*_ I've saw right now that already exists a getCompressedSize() method, but is private. Make that public, to be accessible, please. was: Please make the compressedSize property of SevenZArchiveEntry as observable property with getter. Having this property as observable, we can know in anytime the compressed size of an entry. Or maybe only a getter to existing compressedSize property. I've attached two screenshots with both original file size and the compressed size in SevenZArchiveEntry class, running my project in debbug. Edited: I've saw right now that already exists a getCompressedSize() method, but is private. Make that public, to be accessable, please. > SevenZArchiveEntry getCompressedSize() must be public > ----------------------------------------------------- > > Key: COMPRESS-656 > URL: https://issues.apache.org/jira/browse/COMPRESS-656 > Project: Commons Compress > Issue Type: Improvement > Components: Compressors > Affects Versions: 1.25.0 > Reporter: Vali Maties > Priority: Major > Labels: SevenZArchiveEntry, entry-compressed-size > Attachments: EntryCompressedSizePrivate.png, OriginalFileSize.png > > > Please make the compressedSize property of SevenZArchiveEntry as observable > property with getter. Having this property as observable, we can know in > anytime the compressed size of an entry. Or maybe only a getter to existing > compressedSize property. > I've attached two screenshots with both original file size and the compressed > size in SevenZArchiveEntry class, running my project in debbug. > > _*Edited:*_ > I've saw right now that already exists a getCompressedSize() method, but is > private. Make that public, to be accessible, please. -- This message was sent by Atlassian Jira (v8.20.10#820010)