Int32 IByteOrderConverter.BigLong(Int32 l)
 {
     return(SwapHelper.LongSwap(l));
 }
 Single IByteOrderConverter.BigFloat(Single l)
 {
     return(SwapHelper.FloatSwap(l));
 }
 Int16 IByteOrderConverter.BigShort(Int16 l)
 {
     return(SwapHelper.ShortSwap(l));
 }