A byte is usually, but not always, 8 bits.

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

Byte Addressable Locations

A processor has 24 bit address bus 16 bit data bus word contains 2 bytes byte addressable Peripherals and memory units will be connected and the entire memory space most likely will be used. There ...
1
vote
2answers
51 views

Why i am getting ype mismatch: cannot convert from int to byte

class Test { public static void main(String[] args) { byte t1 = 111; byte t2 =11; byte t3 = t1+t2; System.out.println(t1+t2); } } In eclipse it is showing ...
0
votes
3answers
31 views

C# How do I shorten my double when I converted bytes to megabytes?

Hello I made a updater that downloads update files but I always used bytes as indication now I found a way to convert it to megabytes, it works good but one little problem it returns HUGE numbers for ...
0
votes
2answers
33 views

Storing multiple sets of numbers into a byte array

I have a memory register 56 bytes big, and I have 4 different numbers I need to store in the register. The numbers could be 0-99999 0-99999 0-99999 0-99999 I have to store these in the same ...
0
votes
2answers
78 views

How the byte range is -128 to 127 in java.How it is possible? [duplicate]

1 byte = 8bits I converted 1111 1111 binary number to decimal .it is giving me 255. But when i converted 0111 1111 binaru number to decimal .it is giving me 127. So on what basis the range is ...
0
votes
3answers
35 views

How the byte data type can be useful for saving memory in large arrays

The byte data type is an 8-bit signed two's complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive). The byte data type can be useful for saving memory in ...
0
votes
3answers
17 views

htonl, ntohl, NBO client and server

I am writing server and client and i have some integers to pass. In my server application i am recieving an integer from the client. In the client do i call ntohl or htonl on the integer? If i call ...
3
votes
4answers
71 views

Java int to unsigned byte

Long story short, I'm reading some integer values from one file, then I need to store them in a byte array, for later writing to another file. For example: int number = 204; Byte test = new ...
0
votes
1answer
20 views

Why can Java auto-convert a byte to most other primitives in return of a function?

Perhaps this is something I overlooked back when I learned the basics of Java, but why is the following code legal? float foo(byte b) { return b; } It is allowed with every primitive type, with ...
0
votes
1answer
39 views

Read and write file bit by bit

There is a .jpg file for example or some other file. I want to read it bit by bit. I do this: open(FH, "<", "red.jpg") or die "Error: $!\n"; my $str; while(<FH>) { $str .= unpack('B*', ...
0
votes
0answers
41 views

My ByteArray to String Code doesn't work with Android

For normal Java developing, I use this code to convert a Byte Array to a String StringBuffer sb = new StringBuffer(); for (int x = 0; x < uid.length; x++){ if (x > 0) { ...
-2
votes
0answers
24 views

android string to byte via client socket [closed]

I've a trouble with sending bytes via client socket. When i use this c# code it works: String message = ">V:1,C:14,L:" + (((int)renk.R * 100) / 255).ToString() + ...
-1
votes
0answers
47 views

copy parts of a multi dimension array

I have this multi-array: byte[,,] _anArray = new[576,704,3] I would like to split this array into 4 separate multi arrays e.g I know of the Buffer.BlockCopy function but it is only applicable to ...
0
votes
1answer
60 views

How to read hex byte data seperated by spaces in C++

I have hexadecimal data values in a file, and I want to store them in an byte array. I tried to use string streams, but can't manage to make it work. My data in the file are in the following format ...
2
votes
3answers
57 views

How do I add 3 bytes and return an integer number?

Lets assume that I have a hex string of 00 00 04 01 11 00 08 00 06 C2 C1 BC With this the 7th, 8th, and 9th octet are a number I need to generate. The hex is 00 06 C2 This number turns ...
0
votes
1answer
33 views

Casting char* to a linked list

My linked-list: struct Node{ bool inUse; unsigned int size; Node *next; }; Total bytes = 12 with padding. tmp->inUse = true; tmp->size = size; tmp->next = (Node*)((char*)(tmp ...
0
votes
1answer
54 views

c# Trying to get byte[] data from an object in an Array

I have been working on this one for a while, searching forums and Microsoft articles but so far none of what I have found has helps, so I need to ask the experts. I have been working with a COM ...
0
votes
2answers
31 views

is this correct ? how to load bytes from a file? [duplicate]

I need to load bytes from a file using Java. is this right ? InputStream ips=new FileInputStream(file); InputStreamReader ipsr=new InputStreamReader(ips); BufferedReader br=new BufferedReader(ipsr); ...
0
votes
1answer
50 views

Breaking a byte into parts

I have a byte 00111101. I want to break it into two parts like 0011 1101 and create two new bytes 00000011 and 00001101. How can I do it in Java? My code is: byte b; //b has a particular value byte ...
1
vote
1answer
61 views

print console characters faster

I have a function that accepts a number which will convert it to a 5x7 graphic representation of digits like this: Console.WriteLine(" ███ "); // byte: 0000 1110 Console.WriteLine("█ █"); // ...
0
votes
1answer
29 views

Scaling An Array (Matrix)

The intention of this program is to create a larger array of bytes scaled up by a factor of 10 from the original array. For example, the 1 in [0][0] should be a 10x10 square of 1's in the new array. ...
0
votes
0answers
15 views

Cut 4Bit from a 52Bit “Bytestring” in Phython

I've a 52 bit long "bytestring" descibed in this thread: Decoding Bytestring to Floats in Python now i want to cut off 4 bit from it so i can convert it back to a 6f with struct. Anyone any Idea how ...
0
votes
1answer
27 views

Fast way to swap endianness using opencl

I'm reading and writing lots of FITS and DNG images which may contain data of an endianness different from my platform and/or opencl device. Currently I swap the byte order in the host's memory if ...
0
votes
0answers
14 views

Partial Mixing / overlapping of 2 wave files to get one contiguous wave file - non overlapped portion plays ok, overlapped portion gets loud hiss

I am trying to build a tts processor using c# winforms, I have the basic sounds for a certain language pre-recorded the tts part works fine but there ius a gap of about 50ms in the individual sounds ...
0
votes
1answer
47 views

Converting a Map<String, Object> to a byte[] and back

Alright, so I have two methods that should work as far as I can tell which gets something called an ItemStack, and serializes it. The serialization is then entered into a ByteOutputStream and is ...
-3
votes
2answers
70 views

Program speed vs memory usage [duplicate]

I wonder about my program speed. When I use methods like Array.GetLength(1) or so it always returns int variable. Or when I insert a single number the compiler declares it as int again. Do I need to ...
0
votes
2answers
50 views

Bytes to String or String to Bytes?

I have read some of the examples here but I am such a novice I don't understand some of them and others don't seem to work(probably because I'm such a novice but... import urllib.request import re ...
0
votes
1answer
37 views

long value to byte[] - Java [duplicate]

I have a decimal number and I would convert it in an array buffer of byte (little endian notation). I try this but I am not sure it is working: ByteBuffer a = ByteBuffer.allocate(4); a.putInt( ...
1
vote
2answers
38 views

Reading from a NetworkStream. What bytesize should i be using?

I'm trying to figure out what size I should be setting my byteSize to when reading from a NetworkStream. Whats the pros and con of using a smaller or large number? A lot of examples I have seen use ...
0
votes
4answers
109 views

How to create a byte array in C++?

Please have a look at the followng header file #pragma once class MissileLauncher { public: MissileLauncher(void); private: byte abc[3]; }; This generated the error Error 1 error ...
5
votes
1answer
73 views

Type of array index in C#?

What is the type of an array index in C#? For example, in the code below, would the index be cast in an int before accessing the array element (third line)? T[] myArray = new T[255]; byte index = 2; ...
0
votes
1answer
22 views

My checksum of 5 bytes of data does not

I'm processing 6-byte messages from a piece of serial hardware. In their manual, the manufacturer has laid out that the checksum of each message (its 6th byte) is composed of 'the low byte of the ...
1
vote
2answers
28 views

circular byte shifting in an array

I'm coding an LED display ( 7x48 ) and the language im working in is Basic (no former experience in that language, but in C/C++) and i have a small issue. I have an array ( red[20] of byte ) and an ...
0
votes
3answers
33 views

Byte representation - Network raw data

I'm a little confused on the following network analogy: Consider I'm serializing a structure (with integers) by passing a pointer to the Winsock send() function. These 4byte integers on my Intel ...
1
vote
1answer
48 views

bytewise compare varint encoded int64's

I'm using levigo, the leveldb bindings for Go. My keys are int64's and need to be kept sorted. By default, leveldb uses a bytewise comparator so I'm trying to use varint encoding. func i2b(x int64) ...
0
votes
0answers
11 views

Save bitmap through network

I have tcp server and client written in C# First the client will capture the screenshot and send the data by byte array (The client is developed by Unity3D with C# script): byte[] bytes = ...
1
vote
1answer
30 views

vbscript serialize integer to byte array

I want to write to a binary file the content of a vbscript variable that is a number. Is there any way to access the binary representation as a byte array? ( of integers, floats, etc). I have been ...
0
votes
1answer
45 views

Ruby Byte XOR strange result - help please

I was doing some XOR of data and things were going well with my hex based XOR. It was recommend that I use a byte XOR (^) and only work with bytes. I thought that will take no time to change that but ...
0
votes
2answers
53 views

Java byte to int

I know there are N threads for this question but some people are using different and different methods to convert a byte to int. Is this correct what am I writing? Hex to int or hex to decimal? Which ...
0
votes
1answer
24 views

Confused about: RandomAccessFile.readFully(byte[] b)

lets say byte[] b = 1024 for(int k = 0; k < 10; k++) data.readFully(b); does the readFully() method increment by itself if it is put inside of a loop kind of like the nextLine() method? or ...
0
votes
0answers
26 views

Type mismatch: cannot convert from InputStream to Base64.InputStream

I'm trying to convert my image that i intend to upload to the server by converting to a string by using byte 64. However i got error on the is = entity.getContent(); method. public void onClick(View ...
0
votes
1answer
45 views

BitConverter is using Big when it should use little endian

I have a file I'm reading two bytes from. (03, 0E). I use the binary reader to get my bytes reader.ReadBytes( 2 ), 0 )//[0] = 03 and [1] = 0E then I convert with BitConverter.ToInt16( ...
0
votes
0answers
23 views

Artnet Packet Structure

Dear Software Engineers, Even though I have found so many Libraries that allows programmers to use the Artnet/ArtnetDMX protocol I haven't found the correct structure to send out Artnet in code (To a ...
0
votes
0answers
36 views

Java - Does the following code return the pixel information? [closed]

I want to know what these lines of codes does line by line? I am trying to write a program where pixel values of an image is supposed to be altered(LSB technique). Does it return the byte array of ...
1
vote
2answers
32 views

Byte Variable For Loop

Please help me interpret this for-loop: for (byte color_bit = 23 ; color_bit != 255 ; color_bit--) { ...do something } I think I understand (from Googling & StackOverflow) that 'color_bit' ...
-2
votes
1answer
38 views

Java IO For loop vs in.read() [closed]

I'm reading for a byte array from my server, and whenever I use for(int x = 0; x < localArray.length; x++) { localArray[x] = dataInput.readByte(); } It works fine, but whenever I do ...
1
vote
1answer
44 views

Changing a value inside an array of bits

I have a "bitmap" lets say, 64 wide. Meaning 8 bits per Byte. 0000 0000 and let's say I want to activate the second bit, 0100 0000. I tried making an array of unsigned char and using memcpy. ...
0
votes
1answer
40 views

Store bytes into correct wrapper

I am currently developing an app for iOS that parses libcap formatted files. For that, I need to implement the different protocols that will appaear in the files I parse. My problem is that I don't ...
-2
votes
1answer
65 views

In C programming, what does “emit” do?

I recently tried to expand my knowledge of the C language and I came across a program that used emit, to possibly emit a byte. __declspec(naked) void marker_begin() { __asm { _emit 0x51; ...
0
votes
1answer
26 views

Tinyint as byte nhibernate

I have a table with a tinyint column in a SQL Server 2008 R2 database, which maps to a byte property in my POCO. The problem is whenever I run a query with a where clause on the tinyint column using ...

1 2 3 4 5 38