Interface IFileItemHeadersSupport

    • Method Detail

      • setHeaders

        void setHeaders​(@Nullable
                        IFileItemHeaders aHeaders)
        Sets the headers read from within an item. Implementations of IFileItem or IFileItemStream should implement this interface to be able to get the raw headers found within the item header block.
        Parameters:
        aHeaders - the instance that holds onto the headers for this instance.