473,624 Members | 2,346 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Moving from byte[] to byte[]


Which functions are available to move a part from byte[] into another byte[]
?
Let's say I have a byte[] of 20 and another of 40. And I want to move 5th to
15th from the first byte[] into occupping bytes 20 to 35 of the second
byte[].

Thanks in advance,

Nov 15 '05 #1
2 1962
Tim,
You can use either System.Buffer.B lockCopy or Array.Copy.

I understand that System.Buffer is optimized for primitive types, so it may
perform better than Array.Copy.

Hope this helps
Jay

"Tim Conner" <ti*******@hotm ail.com> wrote in message
news:O%******** ********@TK2MSF TNGP09.phx.gbl. ..

Which functions are available to move a part from byte[] into another byte[] ?
Let's say I have a byte[] of 20 and another of 40. And I want to move 5th to 15th from the first byte[] into occupping bytes 20 to 35 of the second
byte[].

Thanks in advance,


Nov 15 '05 #2
Tim Conner wrote:
Which functions are available to move a part from byte[] into another byte[]
?
Let's say I have a byte[] of 20 and another of 40. And I want to move 5th to
15th from the first byte[] into occupping bytes 20 to 35 of the second
byte[].

System.Array.Co py is the answer.

E.g.:
Array.Copy(sour ceArray, 5, DestinationArra y, 20, 16);

- Dario

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1927
by: HeroOfSpielburg | last post by:
hi, I know this is a much-travelled subject, but I was wondering what people's thoughts were on the bare minimum (and conversely the grand scheme) for augmenting standard memory references to handle moving objects around in memory (as is needed in compaction algorithms associated with 'moving collection' aka 'copy collection'). There are a number of ways to handle this without affecting the overarching structure of one's program (albeit...
11
2485
by: ulyses | last post by:
Let's assume I have following file: 2938929384902491233..... 923949919199191919112.... File contains INTs only. What is more they are huge. For example first row in file may contain integer which size is 50MB and the second 30MB. Now we come to my problem. Is there possibility to swap this rows without using system memory (preferably in Unix/Linux)? Is there any function in C to do this?
1
1991
by: Ilya N. Golubev | last post by:
There is already one function processing pointer values this way. And there may easily appear more, including wrappers for this function. For purposes of further discussion, consider simplified function, `consume'. It has one arg, INBUF, that points to a variable that points to the first character in the input buffer. The function never modifies characters pointed to by `*INBUF'. It, however, updates the `*INBUF' value to point to...
4
1656
by: Rafael Tejera | last post by:
I'm moving some code from my old pc. I'm using VS NET 2003 C# and MSSQL 2003. Everything is in place, but I'm receiving this error messages. thansk for you help... Here is the error message: Server Error in '/' Application.
0
1649
by: linkswanted | last post by:
http://www.movingcompanies.co.il/supplies/boxes.html http://www.movingcompanies.co.il/residental/ http://www.movingcompanies.co.il/commercial/corporate-moves.html http://www.movingcompanies.co.il/international/ http://www.movingcompanies.co.il/local-movers/ http://www.movingcompanies.co.il/company/coupons-and-discounts.html http://www.movingcompanies.co.il/commercial/heavy-equipment.html...
0
1841
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in the country. allows you to easily obtain no obligation moving quotes from local movers, long distance movers, international movers, auto transport, storage rentals and specialty movers. office movers, commercial moving, residential moving, movers...
0
1772
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in the country. allows you to easily obtain no obligation moving quotes from local movers, long distance movers, international movers, auto transport, storage rentals and specialty movers. office movers, commercial moving, residential moving, movers...
10
3917
by: Alessio Sangalli | last post by:
Hi, I am facing some performance issues in an algorithm to "translate" some YUV data in another format. I'll make everything very simple: I have 4 blocks of Y data, one of U data and one of V data. Repeat the previous structure a few hundreds times to get a whole image. Every block consists in a 8x8 grid. Let's consider Y data only: I have to convert it in a way that I take chunks of 8bytes and put in different memory locations to...
2
2380
by: K Viltersten | last post by:
I've found a couple of examples for moving a file on a FTP server to another location but all of them required something like this. char command = "PASV\r\n".ToCharArray(); Byte cmd = Encoding.ASCII.GetBytes(command); ftpSocket.Send(cmd, cmd.Length, 0); readResponse(); Is that neccessary or can i do remote, FTP
0
8170
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8675
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8619
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8474
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7158
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4078
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1784
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.