public class ShareInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailableAllocationUnits() |
long |
getBytesPerSector() |
long |
getCallerAvailableAllocationUnits() |
long |
getCallerFreeSpace() |
long |
getFreeSpace() |
long |
getSectorsPerAllocationUnit() |
long |
getTotalAllocationUnits() |
long |
getTotalSpace() |
static ShareInfo |
parseFsFullSizeInformation(Buffer.PlainBuffer response)
[MS-SMB2] 2.2.38 SMB2 QUERY_INFO Response, SMB2_0_INFO_FILESYSTEM/FileFsFullSizeInformation
|
public long getFreeSpace()
public long getCallerFreeSpace()
public long getTotalSpace()
public long getTotalAllocationUnits()
public long getAvailableAllocationUnits()
public long getCallerAvailableAllocationUnits()
public long getSectorsPerAllocationUnit()
public long getBytesPerSector()
public static ShareInfo parseFsFullSizeInformation(Buffer.PlainBuffer response) throws Buffer.BufferException
[MS-FSCC] 2.5.4 FileFsFullSizeInformation for SMB2
Buffer.BufferException