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