48495051525354
} @Override public double getDoubleAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }
54555657585960
} @Override public float getFloatAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }
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."); }
108109110111112113114
public boolean isShared() throws DataUnavailable { throw new DataUnavailable(); } private void throwError() throws MemoryAccessException { throw new MemoryAccessException(this,"memory access invalid with hprof dump"); }
42434445464748
} @Override public byte getByteAt(long index) throws MemoryAccessException, CorruptDataException { throw new MemoryAccessException(this, "No memory is available in this dump type."); }