public class IFsInfo extends IUnknown
{3DB2AB1A-6CF7-42F1-8BF5-E1C0553E0B30}
Constructor and Description |
---|
IFsInfo(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getBlockSize()
Block size (in bytes) of the filesystem.
|
java.lang.Long |
getFreeSize()
Remaining free space (in bytes) of the filesystem.
|
java.lang.Boolean |
getIsCaseSensitive()
TRUE if the filesystem is case sensitive, FALSE if the filesystem is case insensitive.
|
java.lang.Boolean |
getIsCompressed()
TRUE if the filesystem is compressed, FALSE if it isn't or we don't know.
|
java.lang.Boolean |
getIsReadOnly()
TRUE if the filesystem is mounted read only, FALSE if the filesystem is mounted read write.
|
java.lang.Boolean |
getIsRemote()
TRUE if the filesystem is remote, FALSE if the filesystem is local.
|
java.lang.String |
getLabel()
Label of the filesystem.
|
java.lang.Long |
getMaxComponent()
The maximum size of a filesystem object name.
|
java.lang.String |
getMountPoint()
Mount point of the filesystem.
|
java.lang.Long |
getSectorSize()
Sector size (in bytes) of the filesystem.
|
java.lang.Long |
getSerialNumber()
Serial number of the filesystem.
|
java.lang.Boolean |
getSupportsFileCompression()
TRUE if the filesystem compresses of individual files, FALSE if it doesn't or we don't know.
|
java.lang.Long |
getTotalSize()
Total space (in bytes) of the filesystem.
|
java.lang.String |
getType()
Name of the filesystem.
|
static IFsInfo |
queryInterface(IUnknown obj) |
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IFsInfo(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.Long getFreeSize()
public java.lang.Long getTotalSize()
public java.lang.Long getBlockSize()
public java.lang.Long getSectorSize()
public java.lang.Long getSerialNumber()
public java.lang.Boolean getIsRemote()
public java.lang.Boolean getIsCaseSensitive()
public java.lang.Boolean getIsReadOnly()
public java.lang.Boolean getIsCompressed()
public java.lang.Boolean getSupportsFileCompression()
public java.lang.Long getMaxComponent()
public java.lang.String getType()
public java.lang.String getLabel()
public java.lang.String getMountPoint()