byte tag

4 questions


1 answers
396 views
0
byte size and look, read method

I am currently learning about bytes and file processing.#Hangul is 2 bytes per character (other is 1 byte) If it is 5 letters, it is 10 bytes, and 'Studying Python Language' is 10 letters (including s...

1 years ago

1 answers
143 views
0
Parsing network response raw data (null byte representation problem)

Hi, everyone. I'm going to parse the data that the viewer handles, which can only be installed through ActiveX in Internet Explorer. Right before the viewer on the web loads the data through Wireshark...

1 years ago

1 answers
142 views
0
How to convert hexadecimal strings to byte arrays in Java

I'm looking for a way to convert a long hexadecimal string into a byte array. If I have the string 00A0BF, I want to change it to {0x00, 0xA0, 0xBF} byte[], what should I do?I'm a beginner at Java, bu...

1 years ago

1 answers
129 views
0
The process of changing byte and short to int in jvm

As far as I know, byte and short are converted to int in Java jvm.vmThen, I wonder why Byte and short were created and when they were used.

1 years ago

© 2024 OneMinuteCode. All rights reserved.