com.flightsim.fsuipc
Class FSUIPC

java.lang.Object
  |
  +--com.flightsim.fsuipc.FSUIPC
Direct Known Subclasses:
FSAircraft, FSControlSurfaces, FSEngine, FSFlightSim, FSGear, FSLights, FSNavRadio

public class FSUIPC
extends java.lang.Object


Constructor Summary
FSUIPC()
           
 
Method Summary
 byte getByte(int aOffset)
           
 double getDouble(int aOffset)
           
 float getFloat(int aOffset)
           
 int getInt(int aOffset)
           
 long getLong(int aOffset)
           
 short getShort(int aOffset)
           
 java.lang.String getString(int aOffset, int aLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSUIPC

public FSUIPC()
Method Detail

getByte

public byte getByte(int aOffset)

getShort

public short getShort(int aOffset)

getInt

public int getInt(int aOffset)

getLong

public long getLong(int aOffset)

getFloat

public float getFloat(int aOffset)

getDouble

public double getDouble(int aOffset)

getString

public java.lang.String getString(int aOffset,
                                  int aLength)


Copyright © 2003 Mark Burton. All Rights Reserved.