Sun SPOT API
Green Release  


com.sun.squawk
Class VMBufferDecoder

java.lang.Object
  extended by com.sun.squawk.GeneralDecoder
      extended by com.sun.squawk.VMBufferDecoder

public final class VMBufferDecoder
extends GeneralDecoder

A byte buffer dencoder can be used to decode a byte array of values encoded with a byte buffer encoder.

Author:
Doug Simon

Field Summary
protected  int offset
          The offset of the next byte.
protected  Object oop
          The VM address of the object.
 
Method Summary
 
Methods inherited from class com.sun.squawk.GeneralDecoder
readChar, readUnsignedInt, readUnsignedShort
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oop

protected Object oop
The VM address of the object.


offset

protected int offset
The offset of the next byte.


Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.