Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IPartialRawDataLoader



  • public interface IPartialRawDataLoader

    The partial data loader.

    • Method Detail

      • process

        void process(Rectangle rectangle,
                     byte[] data,
                     Point start,
                     Point end)

        Processes the loaded data.

        Parameters:
        rectangle - The data rectangle.
        data - The raw data.
        start - The start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
        end - The end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
      • process

        void process(Rectangle rectangle,
                     byte[] data,
                     Point start,
                     Point end,
                     LoadOptions loadOptions)

        Processes the loaded data.

        Parameters:
        rectangle - The data rectangle.
        data - The raw data.
        start - The start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
        end - The end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
        loadOptions - The load options.