Interface ITextResourceCompressor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String compress​(java.lang.String original)
      Remove comments and white spaces from the text resource
    • Method Detail

      • compress

        java.lang.String compress​(java.lang.String original)
        Remove comments and white spaces from the text resource
        Parameters:
        original -
        Returns:
        compressed text resource