TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.execution.util.internal
Class DimeHeader

java.lang.Object
  extended by org.eclipse.tptp.platform.execution.util.internal.DimeHeader

public class DimeHeader
extends java.lang.Object


Constructor Summary
DimeHeader()
           
 
Method Summary
 boolean getCF()
           
 long getDataLength()
           
static DimeHeader getDIMEHeader(byte[] buffer)
           
 int getIDLength()
           
 boolean getMB()
           
 boolean getME()
           
 int getOptionsLength()
           
 int getReserved()
           
 int getTypeLength()
           
 int getTypeT()
           
 int getVersion()
           
static byte[] shipIt(byte[] buffer, int dataLength)
           
static char[] writeConsoleData(char[] buffer, long processID, char consoleType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimeHeader

public DimeHeader()
Method Detail

getDIMEHeader

public static DimeHeader getDIMEHeader(byte[] buffer)

getVersion

public int getVersion()

getMB

public boolean getMB()

getME

public boolean getME()

getCF

public boolean getCF()

getTypeT

public int getTypeT()

getReserved

public int getReserved()

getOptionsLength

public int getOptionsLength()

getIDLength

public int getIDLength()

getTypeLength

public int getTypeLength()

getDataLength

public long getDataLength()

writeConsoleData

public static char[] writeConsoleData(char[] buffer,
                                      long processID,
                                      char consoleType)

shipIt

public static byte[] shipIt(byte[] buffer,
                            int dataLength)

TPTP 4.5.0 Platform Project
Internal API Specification