jcontrol.storage
Class TlvFile
java.lang.Object
jcontrol.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:
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, notifyAll, wait |
handle
protected int handle
- Contains the memory location of this
TlvFile
.
tag
protected byte tag
- Specifies the tag to identify this
TlvFile
.
TlvFile
protected TlvFile(byte tag,
int handle)
- Constructs a new
TlvFile
from defined data.
- Parameters:
tag
- the tag to usehandle
- the memory location to use