Byte array
-
Core Java

Converting Between Byte Arrays and Short Arrays in Java
This article demonstrates how to convert a byte array to a short array and convert a short array back to…
Read More » -
Core Java

Convert Short to Byte Array
1. Introduction Converting a short value to a byte array is a common task when dealing with binary data. In…
Read More » -
Core Java

Java Best Practices – Char to Byte and Byte to Char conversions
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to talk…
Read More »
