パッケージ jcifs.dcerpc
クラス UnicodeString
- java.lang.Object
-
- jcifs.dcerpc.ndr.NdrObject
-
- jcifs.dcerpc.rpc.unicode_string
-
- jcifs.dcerpc.UnicodeString
-
public class UnicodeString extends rpc.unicode_string
Unicode string type wrapper
-
-
フィールドの概要
-
クラスから継承されたフィールド jcifs.dcerpc.rpc.unicode_string
buffer, length, maximum_length
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 UnicodeString(boolean zterm)UnicodeString(String str, boolean zterm)UnicodeString(rpc.unicode_string rus, boolean zterm)
-
-
-
コンストラクタの詳細
-
UnicodeString
public UnicodeString(boolean zterm)
- パラメータ:
zterm- whether the string should be zero terminated
-
UnicodeString
public UnicodeString(rpc.unicode_string rus, boolean zterm)
- パラメータ:
rus- wrapped stringzterm- whether the string should be zero terminated
-
UnicodeString
public UnicodeString(String str, boolean zterm)
- パラメータ:
str- wrapped stringzterm- whether the string should be zero terminated
-
-