60616263646566
} @Override public int getIntAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }
66676869707172
} @Override public long getLongAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }
72737475767778
} @Override public ImagePointer getPointerAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }
78798081828384
} @Override public short getShortAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }