Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for etx (0.04 sec)

  1. android/guava/src/com/google/common/base/Ascii.java

      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
      public static final byte ETX = 3;
    
      /**
       * End of Transmission: A communication control character used to indicate the conclusion of a
       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Ascii.java

      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
      public static final byte ETX = 3;
    
      /**
       * End of Transmission: A communication control character used to indicate the conclusion of a
       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top