Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0x1d (0.01 sec)

  1. android/guava/src/com/google/common/primitives/Longs.java

       * {@code ByteBuffer.allocate(8).putLong(value).array()}. For example, the input value {@code
       * 0x1213141516171819L} would yield the byte array {@code {0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
       * 0x18, 0x19}}.
       *
       * <p>If you need to convert and concatenate several values (possibly even of different types),
       * use a shared {@link java.nio.ByteBuffer} instance, or use {@link
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 18:05:56 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/primitives/Ints.java

       * {@code ByteBuffer.allocate(4).putInt(value).array()}. For example, the input value {@code
       * 0x12131415} would yield the byte array {@code {0x12, 0x13, 0x14, 0x15}}.
       *
       * <p>If you need to convert and concatenate several values (possibly even of different types),
       * use a shared {@link java.nio.ByteBuffer} instance, or use {@link
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 18:05:56 UTC 2024
    - 31K bytes
    - Viewed (0)
  3. cmd/storage-datatypes_gen.go

    	}
    	// string "ms"
    	o = append(o, 0xa2, 0x6d, 0x73)
    	o = msgp.AppendInt64(o, z.MaxSize)
    	// string "mo"
    	o = append(o, 0xa2, 0x6d, 0x6f)
    	o = msgp.AppendBool(o, z.MetadataOnly)
    	// string "ab"
    	o = append(o, 0xa2, 0x61, 0x62)
    	o = msgp.AppendBool(o, z.AbortOn404)
    	// string "mr"
    	o = append(o, 0xa2, 0x6d, 0x72)
    	o = msgp.AppendInt(o, z.MaxResults)
    	return
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 150.2K bytes
    - Viewed (0)
Back to top