---
title: "Reconstruct bytes from a Java signed array"
description: "Extract a Java byte array, convert negative values to unsigned bytes, rebuild the binary, and display its hexadecimal signature."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Reconstruct bytes from a Java signed array

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/binary-files/reconstruct-java-signed-bytes/index.mdx
