@Immutable public interface BinaryValue extends Comparable<BinaryValue>, Serializable, Binary
Modifier and Type | Method and Description |
---|---|
BinaryKey |
getKey()
Get the key for the binary value.
|
long |
getSize()
Get the length of this binary data.
|
compareTo
getHash, getHexHash, getMimeType, getMimeType
long getSize()
Note that this method, unlike the standard Binary.getSize()
method, does not throw an exception.
BinaryKey getKey()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.