クラス
com.JRcServer.commons.resource.ResourceType の使用

ResourceType を使用しているパッケージ
com.JRcServer.commons.net �ʐM������T�|�[�g���܂�. 
com.JRcServer.commons.net.uio UDP�ɂ��񓯊�ʐM��s���p�b�P�[�W��񋟂��܂�. 
com.JRcServer.commons.resource ��������T�|�[�g���܂�. 
 

com.JRcServer.commons.net での ResourceType の使用
 

ResourceType 型のパラメータを持つ com.JRcServer.commons.net のコンストラクタ
TelegramResourceRoll(boolean mode, ResourceType resType, int max)
          コンストラクタ.
TelegramResourceRoll(ResourceType resType, int max)
          コンストラクタ.
 

com.JRcServer.commons.net.uio での ResourceType の使用
 

ResourceType 型のパラメータを持つ com.JRcServer.commons.net.uio のメソッド
 void UIO.open(java.net.InetAddress sndAddr, int sndPort, int sndCThread, int sndThread, int sndBuffer, java.net.InetAddress rcvAddr, int rcvPort, int rcvCThread, int rcvThread, int rcvBuffer, int rcvDestroyTime, int packetLen, int maxSndRoll, int maxRcvRoll, ResourceType sndResourceType, ResourceType rcvResourceType)
          オープン処理.
 void UIO.open(int sndPort, int sndThread, int rcvPort, int rcvThread, int packetLen, int maxRcvRoll, ResourceType resourceType)
          オープン処理.
 void UIO.open(int sndPort, int rcvPort, int packetLen, int maxRcvRoll, ResourceType resourceType)
          オープン処理.
 void UIO.open(UIOResultCallback scall, java.net.InetAddress sndAddr, int sndPort, int sndCThread, int sndThread, int sndBuffer, UIOResultCallback rcall, java.net.InetAddress rcvAddr, int rcvPort, int rcvCThread, int rcvThread, int rcvBuffer, int rcvDestroyTime, int packetLen, int maxSndRoll, int maxRcvRoll, ResourceType sndResourceType, ResourceType rcvResourceType)
          オープン処理.
 void UIO.open(UIOResultCallback scall, int sndPort, int sndThread, UIOResultCallback rcall, int rcvPort, int rcvThread, int packetLen, int maxRcvRoll, ResourceType resourceType)
          オープン処理.
 void UIO.open(UIOResultCallback scall, int sndPort, UIOResultCallback rcall, int rcvPort, int packetLen, int maxRcvRoll, ResourceType resourceType)
          オープン処理.
 

ResourceType 型のパラメータを持つ com.JRcServer.commons.net.uio のコンストラクタ
UIO(java.net.InetAddress sndAddr, int sndPort, int sndCThread, int sndThread, int sndBuffer, java.net.InetAddress rcvAddr, int rcvPort, int rcvCThread, int rcvThread, int rcvBuffer, int rcvDestroyTime, int packetLen, int maxSndRoll, int maxRcvRoll, ResourceType sndResourceType, ResourceType rcvResourceType)
          コンストラクタ.
UIO(int sndPort, int sndThread, int rcvPort, int rcvThread, int packetLen, int maxRcvRoll, ResourceType resourceType)
          コンストラクタ.
UIO(int sndPort, int rcvPort, int packetLen, int maxRcvRoll, ResourceType resourceType)
          コンストラクタ.
UIO(UIOResultCallback scall, java.net.InetAddress sndAddr, int sndPort, int sndCThread, int sndThread, int sndBuffer, UIOResultCallback rcall, java.net.InetAddress rcvAddr, int rcvPort, int rcvCThread, int rcvThread, int rcvBuffer, int rcvDestroyTime, int packetLen, int maxSndRoll, int maxRcvRoll, ResourceType sndResourceType, ResourceType rcvResourceType)
          コンストラクタ.
UIO(UIOResultCallback scall, int sndPort, int sndThread, UIOResultCallback rcall, int rcvPort, int rcvThread, int packetLen, int maxRcvRoll, ResourceType resourceType)
          コンストラクタ.
UIO(UIOResultCallback scall, int sndPort, UIOResultCallback rcall, int rcvPort, int packetLen, int maxRcvRoll, ResourceType resourceType)
          コンストラクタ.
 

com.JRcServer.commons.resource での ResourceType の使用
 

ResourceType 型のパラメータを持つ com.JRcServer.commons.resource のメソッド
 void CharResource.create(ResourceType type, int size)
          情報生成.
static BinResource Resource.createBinResource(ResourceType rs, byte[] bin)
          タイプに対するバイナリリソースを生成.
static BinResource Resource.createBinResource(ResourceType rs, int size)
          タイプに対するバイナリリソースを生成.
 

ResourceType 型のパラメータを持つ com.JRcServer.commons.resource のコンストラクタ
BinResourceRoll(ResourceType resType, int max)
          コンストラクタ.
BinResourceRollEx(ResourceType resType, java.lang.String name, int max)
          コンストラクタ.
BinResourceUtil(ResourceType rs)
          コンストラクタ.
CharResource(ResourceType type, int size)
          コンストラクタ.
CharResourceRoll(ResourceType resType, int max)
          コンストラクタ.
CharResourceRollEx(ResourceType resType, java.lang.String name, int max)
          コンストラクタ.