de.kapsi.util
Class AEDesc

java.lang.Object
  extended byde.kapsi.util.AEDesc
All Implemented Interfaces:
java.io.Serializable

public class AEDesc
extends java.lang.Object
implements java.io.Serializable

A simple Java Warpper for returned Apple Event Descriptors (AEDesc).

AEDesc

See Also:
Serialized Form

Method Summary
 byte[] getData()
          Returns the data which came with the AppleEvent.
 java.lang.String getType()
          Returns a four-charcter code that indicates the type of data in the byte-array.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public java.lang.String getType()
Returns a four-charcter code that indicates the type of data in the byte-array.


getData

public byte[] getData()
Returns the data which came with the AppleEvent. It's up to you to interpret the data.


toString

public java.lang.String toString()