クラスと説明 |
---|
ome.util.ReflectionUtils |
メソッドと説明 |
---|
ome.util.Utils.bufferToSha1(byte[])
As of 4.4.7,
superseded by
ChecksumProvider#putBytes(byte[]) |
ome.util.Utils.bytesToHex(byte[])
As of 4.4.7,
superseded by the use of
commons.codec.binary.Hex |
ome.util.Utils.byteToHex(byte)
As of 4.4.7,
superseded by the use of
commons.codec.binary.Hex |
ome.util.Utils.calculateMessageDigest(byte[])
As of 4.4.7,
superseded by
ChecksumProvider#putBytes(byte[]) |
ome.util.Utils.calculateMessageDigest(ByteBuffer)
As of 4.4.7,
superseded by
ChecksumProvider#putBytes(ByteBuffer) |
ome.util.Utils.pathToSha1(String)
As of 4.4.7,
superseded by
ChecksumProvider#putBytes(String) |
ome.util.Utils.toHexChar(int)
As of 4.4.7,
superseded by the use of
commons.codec.binary.Hex |