Class AbstractByteArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractByteArray
All Implemented Interfaces:
Cloneable, Array, ByteArray, PArray, PFixedArray, PIntegerArray, PNumberArray
Direct Known Subclasses:
AbstractUpdatableByteArray

public abstract class AbstractByteArray extends AbstractArray implements ByteArray

Implementation of almost all basic functions of ByteArray interface. The only ByteArray.getByte(long) method is not defined in this class; all other methods are implemented via calls of ByteArray.getByte(long).

Author:
Daniel Alievsky