Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for safeOctets (0.19 sec)

  1. android/guava/src/com/google/common/net/PercentEscaper.java

      private final boolean plusForSpace;
    
      /**
       * An array of flags where for any {@code char c} if {@code safeOctets[c]} is true then {@code c}
       * should remain unmodified in the output. If {@code c >= safeOctets.length} then it should be
       * escaped.
       */
      private final boolean[] safeOctets;
    
      /**
       * Constructs a percent escaper with the specified safe characters and optional handling of the
       * space character.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 8.7K bytes
    - Viewed (0)
Back to top