org.virtualbox_7_0
Class IGuestFileReadEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by org.virtualbox_7_0.IGuestSessionEvent
              extended by org.virtualbox_7_0.IGuestFileEvent
                  extended by org.virtualbox_7_0.IGuestFileIOEvent
                      extended by org.virtualbox_7_0.IGuestFileReadEvent

public class IGuestFileReadEvent
extends IGuestFileIOEvent

Notification when data has been read from a guest file. Interface ID: {4EE3CBCB-486F-40DB-9150-DEEE3FD24189}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestFileReadEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 byte[] getData()
          Actual data read.
static IGuestFileReadEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_0.IGuestFileIOEvent
getOffset, getProcessed
 
Methods inherited from class org.virtualbox_7_0.IGuestFileEvent
getFile
 
Methods inherited from class org.virtualbox_7_0.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_7_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
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

IGuestFileReadEvent

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

getData

public byte[] getData()
Actual data read.

Returns:
byte[]

queryInterface

public static IGuestFileReadEvent queryInterface(IUnknown obj)