Top "Byte" questions

A unit of information usually corresponding to 8 bits.

What does flushing the database mean? Also with "flash"

I want to know what "flush" and "flash" means and the difference between them.

database memory byte flush flash-memory
C# convert from uint[] to byte[]

This might be a simple one, but I can't seem to find an easy way to do it. I need …

c# byte bytearray uint32
Merge two bytes in java/android

I have a frame of 22 bytes. The frame is the input stream from an accelerometer via bluetooth. The acceleromter readings …

android byte multibyte
DotNetZip: Convert ZipFile to byte[] array

I'm using DotNetZip to add a file to a zip archive, which I've read from the file system. I'd like …

c# byte dotnetzip
Java primitive data type byte and class Byte

Background: I have an assignment where I'm going to pass information through sockets to a very limited extent. It can …

java byte primitive-types datainputstream dataoutputstream
How to use ICSharpCode.ZipLib with stream?

I'm very sorry for the conservative title and my question itself,but I'm lost. The samples provided with ICsharpCode.ZipLib …

c# byte sharpziplib compression
Exceeding byte[] array length (over int upper limit) - java.lang.ArrayIndexOutOfBoundsException

I have a ByteArrayOutputStream object that I'm getting the following error for: java.lang.ArrayIndexOutOfBoundsException at java.io.ByteArrayOutputStream.write(…

java byte bytearrayoutputstream
So many ways to define a byte

Does it make a difference which one I use in objective-c (particularly on iOS)? I assume it comes from inheriting …

ios objective-c byte typedef
How to determine 'word' size in Python

I need to know the number of bytes in a 'word' in Python. The reason I need this is I …

python word byte file-read
java: read large binary file

I need to read out a given large file that contains 500000001 binaries. Afterwards I have to translate them into ASCII. …

java byte binaries large-data