Focus
Focus
Table of Contents

file-java-body

Full body of a Java file, minus the first 4 bytes, which is always 0xCAFEBABE (“cafebabe”).

Additional Details

None

Context Capture

The first 4 bytes of the Java file printed by the cli-based hex editor, xxd. Every byte after the 4th is provided by this context. Only the first 25 bytes were printed in the above example.

Recommended For You