Package net.arnx.jef4j.util
Class LongRecord
- java.lang.Object
-
- net.arnx.jef4j.util.LongRecord
-
- All Implemented Interfaces:
Serializable,Record
public class LongRecord extends Object implements Record, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongRecord()LongRecord(char pattern, long[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists(int pos)longget(int pos)voidset(char pattern, long[] array)StringtoString()
-