public abstract class AbstractMemory extends java.lang.Object implements Memory
| Constructor and Description |
|---|
AbstractMemory() |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
byteArray(long start,
long numBytes) |
CharArray |
charArray(long start,
long numChars) |
DoubleArray |
doubleArray(long start,
long numDoubles) |
FloatArray |
floatArray(long start,
long numFloats) |
IntArray |
intArray(long start,
long numInts) |
LongArray |
longArray(long start,
long numLongs) |
ShortArray |
shortArray(long start,
long numShorts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetByte, getBytes, getBytes, getBytes, getBytes, getBytes, getChar, getDouble, getFloat, getInt, getLong, getOrder, getShort, isDirect, length, putByte, putBytes, putBytes, putBytes, putBytes, putBytes, putChar, putDouble, putFloat, putInt, putLong, putShort, slicepublic final ByteArray byteArray(long start, long numBytes)
public final ShortArray shortArray(long start, long numShorts)
shortArray in interface Memorypublic final IntArray intArray(long start, long numInts)
public final LongArray longArray(long start, long numLongs)
public final FloatArray floatArray(long start, long numFloats)
floatArray in interface Memorypublic final DoubleArray doubleArray(long start, long numDoubles)
doubleArray in interface Memory