Package com.oorian.utils


package com.oorian.utils
  • Classes
    Class
    Description
    Represents a specific calendar day (year, month, and day) at midnight (00:00:00) UTC.
    Represents a MIME type with its associated file extension and description.
    Registry of MIME types for content type resolution.
    Abstract base class for unified file access across different sources (classpath, filesystem, etc.).
    A read-only file backed by a classpath or JAR resource.
    Utility class for sanitizing and escaping user input to prevent XSS (Cross-Site Scripting) and other injection attacks.
    A file backed by the local filesystem with read and write support.
    Mutable URL wrapper with query parameter manipulation.