java Programming Glossary: guid
How to read a .NET Guid into a Java UUID http://stackoverflow.com/questions/5745512/how-to-read-a-net-guid-into-a-java-uuid to read a .NET Guid into a Java UUID I need to communicate a Guid that was generated.. read a .NET Guid into a Java UUID I need to communicate a Guid that was generated in .NET to a Java application. I use Guid.ToByteArray.. that was generated in .NET to a Java application. I use Guid.ToByteArray to store it on disk as a byte then read it into..
|