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

Standard implementation of the [ILoaderInformation](ILoaderInformation) interface, that may be used by parsers implementing [ICodeObjectUnit](ICodeObjectUnit).

## Constructor: LoaderInformation

Description: Refer to the builder helper class.

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


## Method: getEndianness
- return type: `com.pnfsoftware.jeb.util.io.Endianness`


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


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


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


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


## Method: getNotes
- return type: `java.lang.String`


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


## Method: getTargetProcessor
- return type: `com.pnfsoftware.jeb.core.units.codeobject.ProcessorType`


## Method: getTargetSubsystem
- return type: `com.pnfsoftware.jeb.core.units.codeobject.SubsystemType`


## Method: getVersion
- return type: `java.lang.String`


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


## Method: toString
- return type: `java.lang.String`


