パッケージ jcifs.internal.smb1.com
クラス LockingAndXRange
- java.lang.Object
-
- jcifs.internal.smb1.com.LockingAndXRange
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 LockingAndXRange(boolean largeFile)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intencode(byte[] dst, int dstIndex)longgetByteOffset()longgetLengthInBytes()intgetPid()intsize()
-
-
-
メソッドの詳細
-
getPid
public int getPid()
- 戻り値:
- pid
-
getByteOffset
public long getByteOffset()
- 戻り値:
- start byte offset
-
getLengthInBytes
public long getLengthInBytes()
- 戻り値:
- byte length
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
encode
public int encode(byte[] dst, int dstIndex)- 定義:
encodeインタフェース内Encodable- 戻り値:
- encoded length
- 関連項目:
Encodable.encode(byte[], int)
-
size
public int size()
- 定義:
sizeインタフェース内Encodable- 戻り値:
- the encoded size
- 関連項目:
Encodable.size()
-
-