C# Class RazorDB.Value

显示文件 Open project: gnoso/razordb Class Usage Examples

Public Methods

Method Description
CopyValueBytesTo ( byte block, int offset ) : int
From ( byte bytes, int offset, int length ) : Value
FromBytes ( byte bytes ) : Value
Random ( int numBytes ) : Value
ToString ( ) : string
Value ( byte bytes ) : System
Value ( byte bytes, ValueFlag type ) : System

Method Details

CopyValueBytesTo() public method

public CopyValueBytesTo ( byte block, int offset ) : int
block byte
offset int
return int

From() public static method

public static From ( byte bytes, int offset, int length ) : Value
bytes byte
offset int
length int
return Value

FromBytes() public static method

public static FromBytes ( byte bytes ) : Value
bytes byte
return Value

Random() public static method

public static Random ( int numBytes ) : Value
numBytes int
return Value

ToString() public method

public ToString ( ) : string
return string

Value() public method

public Value ( byte bytes ) : System
bytes byte
return System

Value() public method

public Value ( byte bytes, ValueFlag type ) : System
bytes byte
type ValueFlag
return System