Located in /PelEntry.php (line 126)
Class | Description |
---|---|
![]() |
Class for holding numbers. |
![]() |
Class for holding data of any kind. |
![]() |
Class for holding a plain ASCII string. |
The bytes representing this entry.
Subclasses must either override getBytes() or, if possible, maintain this property so that it always contains a true representation of the entry.
The number of components of this entry.
Turn this entry into bytes.
Get the value of this entry as text.
The value will be returned in a format suitable for presentation, e.g., rationals will be returned as 'x/y', ASCII strings will be returned as themselves etc.
Get the value of this entry.
The value returned will generally be the same as the one supplied to the constructor or with setValue(). For a formatted version of the value, one should use getText() instead.
Make a new entry from a bunch of bytes.
This factory method will create the proper subclass of PelEntry corresponding to the PelTag and PelFormat given.
A PelUnexpectedFormatException is thrown if a mismatch is discovered between the tag and format, and likewise a PelWrongComponentCountException is thrown if the number of components does not match the requirements of the tag. The requirements for a given tag (if any) can be found in the documentation for PelTag.
Set the value of this entry.
The value should be in the same format as for the constructor.
Documentation generated on Fri, 18 Feb 2005 01:43:11 +0100 by phpDocumentor 1.3.0RC3