ByteString is to bytes what {@link String} is to chars: It is immutable,implements equality (hashCode and equals), comparison (compareTo) and serialization correctly.
@author jhydeByteString is to bytes what {@link String} is to chars: It is immutable,implements equality ( {@link #hashCode} and {@link #equals}), comparison ( {@link #compareTo}) and {@link Serializable serialization} correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|