TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.loaders.internal.binary
Class Offset

java.lang.Object
  extended by org.eclipse.hyades.loaders.internal.binary.Offset

public class Offset
extends java.lang.Object


Constructor Summary
Offset(int offset)
           
Offset(int offset, long length)
           
 
Method Summary
 long getLength()
           
 int getOffset()
           
 int increaseOffset(int delta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Offset

public Offset(int offset,
              long length)

Offset

public Offset(int offset)
Method Detail

increaseOffset

public int increaseOffset(int delta)

getOffset

public int getOffset()

getLength

public long getLength()

TPTP 4.5.0 Platform Project
Internal API Specification