パッケージ jcifs.internal.fscc
クラス FileRenameInformation2
- java.lang.Object
-
- jcifs.internal.fscc.FileRenameInformation2
-
- すべての実装されたインタフェース:
Decodable,Encodable,FileInformation
public class FileRenameInformation2 extends Object implements FileInformation
- 作成者:
- mbechler
-
-
フィールドの概要
-
インタフェースから継承されたフィールド jcifs.internal.fscc.FileInformation
FILE_BASIC_INFO, FILE_ENDOFFILE_INFO, FILE_INTERNAL_INFO, FILE_RENAME_INFO, FILE_STANDARD_INFO
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FileRenameInformation2()FileRenameInformation2(String name, boolean replaceIfExists)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intencode(byte[] dst, int dstIndex)bytegetFileInformationLevel()intsize()
-
-
-
コンストラクタの詳細
-
FileRenameInformation2
public FileRenameInformation2()
-
FileRenameInformation2
public FileRenameInformation2(String name, boolean replaceIfExists)
- パラメータ:
name-replaceIfExists-
-
-
メソッドの詳細
-
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()
-
getFileInformationLevel
public byte getFileInformationLevel()
- 定義:
getFileInformationLevelインタフェース内FileInformation- 戻り値:
- the file information class
- 関連項目:
FileInformation.getFileInformationLevel()
-
-