Package javatro.storage.utils


package javatro.storage.utils
Provides utility classes for handling common operations related to data manipulation, hashing, and card-related operations within the Javatro application.

This package includes:

  • CardUtils - Utility functions for converting and validating cards and jokers, as well as parsing deck-related information from stored data.
  • HashUtil - Utility functions for generating SHA-256 hashes to ensure data integrity.

These utility classes are designed to be stateless and provide static methods for easy integration with the broader application.

Assertions are commonly used to validate input parameters and ensure correctness throughout the utility operations.

  • Classes
    Class
    Description
    The CardUtils class provides utility methods for handling cards, decks, blinds, and jokers in the Javatro application.
    The HashUtil class provides utility methods for generating SHA-256 hashes of game run data.