# Class: com.pnfsoftware.jeb.core.units.codeobject.CoffDebugDirectoryEntry

The COFF Debug directory object used by [PE units](IPECOFFUnit).

## Static Field: SIZE_ON_DISK
Type: `int`

Constant value: `28`
Description: Size of a COFF debug\-directory entry on disk.

## Method: getAddressOfRawData
- return type: `int`

Description: Get raw data address.
return: raw data address

## Method: getCharacteristics
- return type: `int`

Description: Get debug characteristics.
return: debug characteristics

## Method: getMajorVersion
- return type: `int`

Description: Get major debug format version.
return: major debug format version

## Method: getMinorVersion
- return type: `int`

Description: Get minor debug format version.
return: minor debug format version

## Method: getPointerToRawData
- return type: `int`

Description: Get raw data file pointer.
return: raw data file pointer

## Method: getSizeOfData
- return type: `int`

Description: Get debug data size.
return: debug data size

## Method: getStartAddress
- return type: `long`

Description: Get entry start address.
return: entry start address

## Method: getTimeDateStamp
- return type: `int`

Description: Get timestamp value.
return: timestamp value

## Method: getType
- return type: `int`

Description: Get debug information type.
return: debug information type

## Static Method: parse
- parameter: `startAddress`, type: `long`
- parameter: `b`, type: `java.nio.ByteBuffer`
- return type: `com.pnfsoftware.jeb.core.units.codeobject.CoffDebugDirectoryEntry`

Description: Parse a COFF debug\-directory entry.
parameter: startAddress: entry start address
parameter: b: input buffer
return: parsed entry

