| Package | Description |
|---|---|
| org.bimserver.shared |
| Modifier and Type | Method and Description |
|---|---|
static Guid |
GuidCompressor.getGuidFromUncompressedString(String uncompressedGuidString)
Converts an uncompressed String representation in an Guid-object
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GuidCompressor.getCompressedStringFromGuid(Guid guid)
Converts a Guid-object into a compressed string representation of a GUID
|
static boolean |
GuidCompressor.getGuidFromCompressedString(String string,
Guid guid)
Reconstructs a Guid-object form an compressed String representation of a GUID
|
static String |
GuidCompressor.getUncompressedStringFromGuid(Guid guid)
Converts a Guid-object into a uncompressed String representation of a GUID
|
Copyright © 2018 OpenSource BIM. All rights reserved.