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