com.partnersoft.data
Class GuidLib

java.lang.Object
  extended by com.partnersoft.data.GuidLib

public class GuidLib
extends java.lang.Object


Constructor Summary
GuidLib()
           
 
Method Summary
static java.lang.String accessBytesToGuidString(byte[] bytes)
          Converts the bytes stored in a Microsoft Access GUID type field into a more-or-less standard string representation.
static java.lang.String bytesToGuidString(byte[] bytes)
          Converts the given bytes without changing order into the standard hexadecimal String format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuidLib

public GuidLib()
Method Detail

accessBytesToGuidString

public static java.lang.String accessBytesToGuidString(byte[] bytes)
Converts the bytes stored in a Microsoft Access GUID type field into a more-or-less standard string representation. Requires gymnastics.

Returns:

bytesToGuidString

public static java.lang.String bytesToGuidString(byte[] bytes)
Converts the given bytes without changing order into the standard hexadecimal String format.