org.virtualbox_4_2
Class IGuestFile

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

public class IGuestFile
extends IFile

Implementation of the IFile object for files on the guest. Interface ID: {60661AEC-145F-4D11-B80E-8EA151598093}


Field Summary
 
Fields inherited from class org.virtualbox_4_2.IUnknown
obj, port
 
Constructor Summary
IGuestFile(java.lang.String wrapped, org.virtualbox_4_2.jaxws.VboxPortType port)
           
 
Method Summary
static IGuestFile queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_2.IFile
close, getCreationMode, getDisposition, getFileName, getInitialSize, getOffset, getOpenMode, queryInfo, read, readAt, seek, setACL, write, writeAt
 
Methods inherited from class org.virtualbox_4_2.IUnknown
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_4_2.jaxws.VboxPortType port)
Method Detail

queryInterface

public static IGuestFile queryInterface(IUnknown obj)