org.nodal.model
Interface ByteSeq
- All Superinterfaces:
- DoubleSeq, FloatSeq, IntSeq, LongSeq, Seq, ShortSeq
- public interface ByteSeq
- extends ShortSeq
A subclass of Seq for accessing sequences of bytes.
- Author:
- leei
Method Summary |
byte[] |
asByteArray()
Return the byte array equivalent to this Seq |
byte |
byteAt(int i)
Return the unboxed byte at the given index. |
Methods inherited from interface org.nodal.model.IntSeq |
intAt |
byteAt
public byte byteAt(int i)
- Return the unboxed byte at the given index.
- Parameters:
i
- the index
- Returns:
- the unboxed byte at the given index
asByteArray
public byte[] asByteArray()
- Return the byte array equivalent to this Seq
- Returns:
- the array of bytes