jcontrol.storage
Class TlvFile

java.lang.Object
  extended byjcontrol.storage.TlvFile

public class TlvFile
extends java.lang.Object

This class represents a tag-length-value file object.
Currently under development.

Author:
Marcus Timmermann
See Also:
FlashTlv
Available on JControl Devices:
all

Field Summary
protected  int handle
          Contains the memory location of this TlvFile.
protected  byte tag
          Specifies the tag to identify this TlvFile.
 
Constructor Summary
protected TlvFile(byte tag, int handle)
          Constructs a new TlvFile from defined data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, notifyAll, wait
 

Field Detail

handle

protected int handle
Contains the memory location of this TlvFile.


tag

protected byte tag
Specifies the tag to identify this TlvFile.

Constructor Detail

TlvFile

protected TlvFile(byte tag,
                  int handle)
Constructs a new TlvFile from defined data.

Parameters:
tag - the tag to use
handle - the memory location to use