Home | History | Annotate | Download | only in primitives

Lines Matching full:x13

542  <code>{0x12, 0x13, 0x14, 0x15}</code>.
563 the first 4 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getInt()</code>. For example, the input byte array <code>{0x12, 0x13, 0x14, 0x15, 0x33}</code> would yield the <code>int</code> value <code>0x12131415</code>.