Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.Binary Class Reference

可変長バイナリ. More...

Inheritance diagram for mun.STREAM.Binary:
Collaboration diagram for mun.STREAM.Binary:

Public Member Functions

 Binary ()
 コンストラクタ.
 
 Binary (byte[] _data)
 コンストラクタ. More...
 
 Binary (ref byte[] _data)
 コンストラクタ. More...
 
 Binary (ref Binary binary)
 コンストラクタ. More...
 
 Binary (byte[] _data, int _data_len)
 コンストラクタ. More...
 
 Binary (mrs.Buffer _data)
 コンストラクタ. More...
 
override bool Equals (object value)
 比較処理. More...
 
override int GetHashCode ()
 ハッシュ値の取得. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 
void Dispose ()
 リソースの破棄.
 

Public Attributes

byte[] data
 可変長バイナリ. More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 リソースの破棄. More...
 

Detailed Description

可変長バイナリ.

Constructor & Destructor Documentation

mun.STREAM.Binary.Binary ( byte[]  _data)

コンストラクタ.

Parameters
data代入バイナリデータ.
mun.STREAM.Binary.Binary ( ref byte[]  _data)

コンストラクタ.

Parameters
data代入バイナリデータ.
mun.STREAM.Binary.Binary ( ref Binary  binary)

コンストラクタ.

Parameters
bynary代入バイナリデータ.
mun.STREAM.Binary.Binary ( byte[]  _data,
int  _data_len 
)

コンストラクタ.

Parameters
_data代入バイナリデータ.
mun.STREAM.Binary.Binary ( mrs.Buffer  _data)

コンストラクタ.

Parameters
_data代入バイナリデータ.

Member Function Documentation

virtual void mun.STREAM.Binary.Dispose ( bool  disposing)
protectedvirtual

リソースの破棄.

Parameters
disposingマネージドリソースを破棄するかどうかのフラグ.
override bool mun.STREAM.Binary.Equals ( object  value)

比較処理.

Parameters
value比較オブジェクト.
override int mun.STREAM.Binary.GetHashCode ( )

ハッシュ値の取得.

Note
ハッシュ値比較は実質上キャンセルする.
bool mun.STREAM.Binary.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the caller graph for this function:

bool mun.STREAM.Binary.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the caller graph for this function:

Member Data Documentation

byte [] mun.STREAM.Binary.data

可変長バイナリ.


The documentation for this class was generated from the following file: