What is the C# .Net analog for Flash/Flex flash.utils.ByteArray
?
views:
170answers:
1how than to declare FOR EX public var stream:ByteArray; IN c# ?
Blender
2010-05-26 19:51:43
@Ole Jak: You wouldn't. You'd create a new BinaryWriter (or BinaryReader) wrapping an existing stream.
Jon Skeet
2010-05-26 20:03:29