Package net.arnx.jef4j.util
Interface Record
- All Known Implementing Classes:
ByteRecord,CharRecord,IntRecord,LongRecord
public interface Record
-
Method Summary
-
Method Details
-
exists
boolean exists(int pos) -
get
long get(int pos)
-
ByteRecord, CharRecord, IntRecord, LongRecord