com.sun.tools.hat.internal.parser |
|
Java Source File Name | Type | Comment |
FileReadBuffer.java | Class | Implementation of ReadBuffer using a RandomAccessFile
author: A. |
HprofReader.java | Class | Object that's used to read a hprof file. |
MappedReadBuffer.java | Class | Implementation of ReadBuffer using mapped file buffer
author: A. |
PositionDataInputStream.java | Class | A DataInputStream that keeps track of total bytes read
(in effect 'position' in stream) so far.
author: A. |
PositionInputStream.java | Class | InputStream that keeps track of total bytes read (in effect
'position' in stream) from the input stream.
author: A. |
ReadBuffer.java | Interface | Positionable read only buffer
author: A. |
Reader.java | Class | Abstract base class for reading object dump files. |