パッケージ jcifs.internal.fscc
クラス SmbInfoAllocation
- java.lang.Object
-
- jcifs.internal.fscc.SmbInfoAllocation
-
- すべての実装されたインタフェース:
Decodable,AllocInfo,FileSystemInformation
public class SmbInfoAllocation extends Object implements AllocInfo
-
-
フィールドの概要
-
インタフェースから継承されたフィールド jcifs.internal.fscc.FileSystemInformation
FS_FULL_SIZE_INFO, FS_SIZE_INFO, SMB_INFO_ALLOCATION
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SmbInfoAllocation()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)longgetCapacity()bytegetFileSystemInformationClass()longgetFree()StringtoString()
-
-
-
メソッドの詳細
-
getFileSystemInformationClass
public byte getFileSystemInformationClass()
- 定義:
getFileSystemInformationClassインタフェース内FileSystemInformation- 戻り値:
- file system information class
- 関連項目:
FileSystemInformation.getFileSystemInformationClass()
-
getCapacity
public long getCapacity()
- 定義:
getCapacityインタフェース内AllocInfo- 戻り値:
- total capacity
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
-