public class ByteArrayWrapper extends Object implements Comparable<ByteArrayWrapper>
ByteArrayWrapper(byte[] data)
int
compareTo(ByteArrayWrapper that)
boolean
equals(Object o)
byte[]
getBytes()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ByteArrayWrapper(byte[] data)
public byte[] getBytes()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public int compareTo(ByteArrayWrapper that)
compareTo
Comparable<ByteArrayWrapper>
Copyright © 2021. All rights reserved.