Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure there are byte[] accessors, factory methods, to work with java.util.UUID #3

Closed
cowtowncoder opened this issue Oct 15, 2010 · 1 comment

Comments

@cowtowncoder
Copy link
Owner

Ok, I finally realized that java.util.UUID sucks: there are no methods to work with it as a byte sequence of 16 bytes. The only there are are string conversions and use of 2 longs.

So: to improve on this, let's ensure that JUG has appropriate additional conversion methods available (via UUIDUtil, I guess).

@cowtowncoder
Copy link
Owner Author

These were implemented a while ago, verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant