PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.model.aif
Class AIFFactory.SimpleByteBuffer

java.lang.Object
  extended by org.eclipse.ptp.debug.core.pdi.model.aif.AIFFactory.SimpleByteBuffer
Enclosing class:
AIFFactory

public static class AIFFactory.SimpleByteBuffer
extends Object


Method Summary
 boolean end()
           
 byte get()
           
 byte get(int pos)
           
 byte[] getByte()
           
 int getCapacity()
           
 int getPosition()
           
 void setPos(int pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

end

public boolean end()

get

public byte get()

get

public byte get(int pos)

getByte

public byte[] getByte()

getCapacity

public int getCapacity()

getPosition

public int getPosition()

setPos

public void setPos(int pos)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.