Package com.tccc.kos.commons.kab


package com.tccc.kos.commons.kab
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
Since:
1.0
Version:
2022-10-21
  • Class
    Description
    Interface for applying access control information to a KabEntry before being written to the KAB file.
    Data class that contains information about a single entry in a KAB archive file.
    Opens an existing archive file and provides access to its contents.
    Output stream for creating an archive.
    Builder to make it easier to create a KabOutputStream.
    This class gathers KAB file permissions, then sets them for each KAB entry in the KabAccessProvider interface's setAccess(KabEntry) method.