Constructor only called by BasicUUIDFactory.
Constructs a UUID from the byte array representation
produced by toByteArrayio.
See Also:BasicUUID.toByteArray
Private workhorse of the string making routines.
Parameters: separator - Character to separate number blocks.Null means do not include a separator. string representation of UUID.
Store this UUID in a byte array. Arrange the bytes in the UUID
in the same order the code which stores a UUID in a string
does.
See Also:org.apache.derby.catalog.UUID.toByteArray
Produce a string representation of this UUID which
can be passed to UUIDFactory.recreateUUID later on
to reconstruct it. The funny representation is
designed to (sort of) match the format of Microsoft's
UUIDGEN utility.