| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.wincommon.Guid |
GUID - 128-bit UUID objects. Default rendering performs Microsoft-style decoding by default.
Reference: https://en.wikipedia.org/wiki/Universally_unique_identifier
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Guid(byte[] data, int offset) | |||||||||||
| Guid(byte[] data) | |||||||||||
| Guid(byte[] data, boolean nocopy) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object obj) | ||||||||||
| int | hashCode() | ||||||||||
| static Guid | parse(ByteBuffer b) | ||||||||||
| static Guid | parse(String s, boolean microsoftStyleEncoding) | ||||||||||
| static Guid | random() | ||||||||||
| String |
toString()
Microsoft-style decoding
| ||||||||||
| String | toString(boolean microsoftStyleDecoding, boolean useSeparators, boolean useBrackets) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Microsoft-style decoding