# Interface: com.pnfsoftware.jeb.core.units.code.android.IOptimizedDexUnit

Interface for "optimized" dex units, aka "odex" units. The underlying odex file generally starts with the `dey` magic header.

## Method: getDex
- return type: `com.pnfsoftware.jeb.core.units.code.android.IDexUnit`

Description: Get the optimized dex as a dex unit. **Careful\!** Such codes use optimized instructions that may trigger errors and generally, will not be decompilable.
return: a Dex unit

