C# Class as3server.ByteOperation

Show file Open project: imekinox/win_as3server

Public Methods

Method Description
RSwapBytes ( byte data, int offset, int length ) : byte[]
SwapBytes ( byte data, int offset, int length ) : void

Method Details

RSwapBytes() public static method

public static RSwapBytes ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
return byte[]

SwapBytes() public static method

public static SwapBytes ( byte data, int offset, int length ) : void
data byte
offset int
length int
return void