C# Class Hbase.Test.Unitl

显示文件 Open project: zbw911/CS4Hadoop Class Usage Examples

Public Methods

Method Description
BytesToStr ( byte byteArray ) : string
StrToBytes ( string str ) : byte[]
ToBytes ( this str ) : byte[]
ToStr ( this byteArray ) : string

Method Details

BytesToStr() public static method

public static BytesToStr ( byte byteArray ) : string
byteArray byte
return string

StrToBytes() public static method

public static StrToBytes ( string str ) : byte[]
str string
return byte[]

ToBytes() public static method

public static ToBytes ( this str ) : byte[]
str this
return byte[]

ToStr() public static method

public static ToStr ( this byteArray ) : string
byteArray this
return string