C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 06-20-2005, 07:47 AM   #1
C(++)(#)
 
Join Date: Jul 2004
Posts: 309
.NET version of Java's bytebuffer?

Hi,

is there a .NET version of Java's bytebuffer?

I've tried searching MSDN but I couldn't seem to find a .NET equivilant.
__________________
To code is divine
7smurfs is offline   Reply With Quote
Old 06-20-2005, 07:08 PM   #2
Banned
 
nickname_changed's Avatar
 
Join Date: Feb 2003
Location: Australia
Posts: 986
You could try an array of bytes (ie byte[]).

If its variable length, perhaps create a strongly typed Byte collection or use an ArrayList of bytes.

If you are using .NET 2.0 you could use a generic list of Bytes.
nickname_changed is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Get .net framework version kairozamorro C# Programming 0 05-18-2009 01:02 AM
code for calling the .NET framework version Nyoud33 C# Programming 1 01-12-2009 06:53 AM
changing the version of .net used in visual c# 2005 Rune Hunter C# Programming 2 02-28-2005 06:55 PM
Problem building Quake source Silvercord Game Programming 14 01-25-2003 10:01 PM
Visual J# mfc2themax A Brief History of Cprogramming.com 0 10-08-2001 02:41 PM


All times are GMT -6. The time now is 05:10 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22