Home | History | Annotate | Download | only in javadoc

Lines Matching full:wrap

1914  stored in the first 2 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getChar()</code>.
1918 the first 4 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getInt()</code>.
1922 stored in the first 8 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getLong()</code>.
1926 stored in the first ? bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getShort()</code>.
4890 <DT><A HREF="./com/google/common/primitives/Primitives.html#wrap(java.lang.Class)"><B>wrap(Class&lt;T&gt;)</B></A> -