The following tables list the members exposed by BitConverter.
|
Name |
Description |
|
This is doubleToInt64Bits, a member of class BitConverter. | |
|
This is getBufferBytes, a member of class BitConverter. | |
|
This is the overview for the getBytes method overload. | |
|
This is the overview for the getFourBytes method overload. | |
|
This is getSixBytes, a member of class BitConverter. | |
|
This is getTwoBytes, a member of class BitConverter. | |
|
This is int64BitsToDouble, a member of class BitConverter. | |
|
This is the overview for the toBool method overload. | |
|
This is toBoolean, a member of class BitConverter. | |
|
This is the overview for the ToBoolean method overload. | |
|
This is ToByte, a member of class BitConverter. | |
|
This is the overview for the toByte method overload. | |
|
This is toChar, a member of class BitConverter. | |
|
This is toDouble, a member of class BitConverter. | |
|
This is the overview for the ToDouble method overload. | |
|
This is toInt16, a member of class BitConverter. | |
|
This is toInt16Backwards, a member of class BitConverter. | |
|
This is the overview for the toInt32 method overload. | |
|
This is the overview for the ToInt32 method overload. | |
|
This is toInt32bb, a member of class BitConverter. | |
|
This is toInt32Forwards, a member of class BitConverter. | |
|
This is ToInt64, a member of class BitConverter. | |
|
This is the overview for the toInt64 method overload. | |
|
public static int toUInt32(byte[] bytes, int index) throws Exception { byte[] array = Arrays.copyOfRange(bytes, index, index + 4); ByteBuffer b = ByteBuffer.wrap(array); return b.getChar(); | |
|
This is toLongFromUint32, a member of class BitConverter. | |
|
This is toSingle, a member of class BitConverter. | |
|
This is ToString, a member of class BitConverter. | |
|
This is the overview for the toString method overload. | |
|
This is toUInt16, a member of class BitConverter. | |
|
This is ToUInt16, a member of class BitConverter. | |
|
This is ToUInt32, a member of class BitConverter. | |
|
This is toUInt64, a member of class BitConverter. | |
|
This is twoBytesToInt, a member of class BitConverter. |
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|