C# Class Network.Bonjour.DACP.DaapMessage

显示文件 Open project: automaters/bonjour.net Class Usage Examples

Public Methods

Method Description
DaapMessage ( ) : System
ReadFrom ( Stream s ) : void
ToBytes ( long p ) : byte[]
ToHexString ( byte bytes ) : string
ToHexString ( long p ) : string
ToInt32 ( ) : int
ToInt64 ( ) : long
ToString ( ) : string
this ( string name ) : List

Private Methods

Method Description
IsNode ( DaapMessage daapMessage ) : bool
ReadBytes ( Stream s, int length ) : byte[]
ReadInt32 ( Stream s ) : int
ReadString ( Stream s ) : string
ReadString ( Stream s, int length ) : string
ToInt32 ( byte bytes ) : int
ToInt64 ( byte bytes ) : long

Method Details

DaapMessage() public method

public DaapMessage ( ) : System
return System

ReadFrom() public method

public ReadFrom ( Stream s ) : void
s Stream
return void

ToBytes() public static method

public static ToBytes ( long p ) : byte[]
p long
return byte[]

ToHexString() public static method

public static ToHexString ( byte bytes ) : string
bytes byte
return string

ToHexString() public static method

public static ToHexString ( long p ) : string
p long
return string

ToInt32() public method

public ToInt32 ( ) : int
return int

ToInt64() public method

public ToInt64 ( ) : long
return long

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string name ) : List
name string
return List