nl.tbdev.IR
Class Frame

java.lang.Object
  |
  +--nl.tbdev.IR.Frame

public class Frame
extends java.lang.Object

Basic IR frame format definition. For IR internal use only. This frame definition is used to pass data from the lowest layer up. It's not a sample of pure OO programming, but rather a compromise to speed (hence the public data and no getters/setter)


Field Summary
 byte[] data
           
 int length
           
 
Constructor Summary
Frame()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

data

public byte[] data

length

public int length
Constructor Detail

Frame

public Frame()