パッケージ jcifs.util
クラス ByteEncodable
- java.lang.Object
-
- jcifs.util.ByteEncodable
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ByteEncodable(byte[] b, int off, int len)
-
-
-
メソッドの詳細
-
size
public int size()
- 定義:
sizeインタフェース内Encodable- 戻り値:
- the encoded size
- 関連項目:
Encodable.size()
-
encode
public int encode(byte[] dst, int dstIndex)- 定義:
encodeインタフェース内Encodable- 戻り値:
- encoded length
- 関連項目:
Encodable.encode(byte[], int)
-
-