sun.jvm.hotspot.debugger
public Interface DataSource
- Known Direct Implementers
- sun.jvm.hotspot.debugger.MappedByteBufferDataSource, sun.jvm.hotspot.debugger.RandomAccessFileDataSource, sun.jvm.hotspot.debugger.posix.AddressDataSource, sun.jvm.hotspot.debugger.windbg.AddressDataSource
- Imports
- java.io.*
An abstraction which represents a seekable data source.
RandomAccessFile can be trivially mapped to this; in addition, we
can support an adapter for addresses, so we can parse DLLs
directly out of the remote process's address space. This class is
used by the Windows COFF and Posix ELF implementations.
Method Summary
Modifier and Type | Method and Description
|
---|
public void |
|
public long |
|
public int |
|
public byte |
|
public int |
|
public long |
|
public short |
|
public void |
|