org.virtualbox_7_0
Class IGuestFile

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IFile
          extended by org.virtualbox_7_0.IGuestFile

public class IGuestFile
extends IFile

Implementation of theIFileobject for files in the guest. Interface ID: {92F21DC0-44DE-1653-B717-2EBF0CA9B664}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestFile(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static IGuestFile queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_0.IFile
close, getAccessMode, getCreationMode, getEventSource, getFilename, getId, getInitialSize, getOffset, getOpenAction, getStatus, queryInfo, querySize, read, readAt, seek, setACL, setSize, write, writeAt
 
Methods inherited from class org.virtualbox_7_0.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestFile

public IGuestFile(java.lang.String wrapped,
                  org.virtualbox_7_0.ObjectRefManager objMgr,
                  org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IGuestFile queryInterface(IUnknown obj)