Package 

Class ArchiveProperties

  • All Implemented Interfaces:
    org.readium.r2.shared.JSONable

    
    public final class ArchiveProperties
     implements JSONable
                        

    Holds information about how the resource is stored in the archive.

    • Constructor Detail

      • ArchiveProperties

        ArchiveProperties(Long entryLength, Boolean isEntryCompressed)
        Parameters:
        entryLength - The length of the entry stored in the archive.
        isEntryCompressed - Indicates whether the entry was compressed before being stored in the archive.