Thread: .NET version of Java's bytebuffer?

  1. #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

  2. #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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Get .net framework version
    By kairozamorro in forum C# Programming
    Replies: 0
    Last Post: 05-18-2009, 01:02 AM
  3. code for calling the .NET framework version
    By Nyoud33 in forum C# Programming
    Replies: 1
    Last Post: 01-12-2009, 06:53 AM
  4. changing the version of .net used in visual c# 2005
    By Rune Hunter in forum C# Programming
    Replies: 2
    Last Post: 02-28-2005, 06:55 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM