System.out.println("CompressedProfileLength: "
+ CompressedProfileLength);
System.out.println("bytes.length: " + bytes.length);
}
UncompressedProfile = new ZLibInflater()
.zlibInflate(CompressedProfile);
if (getDebug())
{
System.out.println("UncompressedProfile: "