Language Reference Guide : 4. System Classes : LongByteObject Class
 
Share this page                  
LongByteObject Class
The LongByteObject class is a binary string of any length that you can manipulate in your program. For storage, you can either place LongByteObject objects as long byte data in a database, or in binary operating system files.
When you use LongByteObject objects, keep in mind that OpenROAD manipulates these objects in dynamically allocated memory. Therefore, you should not use them for very large amounts of data.
Inherits From
Object Class
Inherited By
None
Attributes
ErrorStatus
FileHandle
Length
Value
Methods
ConvertFromString
FetchFromDB
LoadValue
UpdateInDB
WriteToFile