Klasse ByteArrayWrapper
java.lang.Object
org.eclipse.net4j.util.collection.ByteArrayWrapper
A wrapper for byte arrays that implements
equals(Object) and hashCode() based on the array's contents.- Seit:
- 3.2
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbyte[]getData()inthashCode()static Set<byte[]> toByteArray(Set<ByteArrayWrapper> wrappers) toString()
-
Konstruktordetails
-
ByteArrayWrapper
public ByteArrayWrapper(byte[] data)
-
-
Methodendetails