Package net.arnx.jef4j.util
Class ByteRecord
java.lang.Object
net.arnx.jef4j.util.ByteRecord
- All Implemented Interfaces:
Serializable,Record
ByteRecord is a data structure like maps that associates a 16-bit
pattern with a byte array.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteRecord
public ByteRecord() -
ByteRecord
public ByteRecord(char pattern, byte[] array)
-
-
Method Details
-
set
public void set(char pattern, byte[] array) -
exists
public boolean exists(int pos) -
get
public long get(int pos) -
hashCode
public int hashCode() -
equals
-
toString
-