Package jcifs.internal.fscc
Interface FileSystemInformation
-
- All Superinterfaces:
Decodable
- All Known Subinterfaces:
AllocInfo
- All Known Implementing Classes:
FileFsFullSizeInformation,FileFsSizeInformation,SmbInfoAllocation
public interface FileSystemInformation extends Decodable
- Author:
- mbechler
-
-
Field Summary
Fields Modifier and Type Field Description static byteFS_FULL_SIZE_INFOstatic byteFS_SIZE_INFOstatic byteSMB_INFO_ALLOCATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytegetFileSystemInformationClass()
-
-
-
Field Detail
-
SMB_INFO_ALLOCATION
static final byte SMB_INFO_ALLOCATION
- See Also:
- Constant Field Values
-
FS_SIZE_INFO
static final byte FS_SIZE_INFO
- See Also:
- Constant Field Values
-
FS_FULL_SIZE_INFO
static final byte FS_FULL_SIZE_INFO
- See Also:
- Constant Field Values
-
-