|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawDataBlock | |
com.tapina.robe.runtime |
Uses of RawDataBlock in com.tapina.robe.runtime |
Subclasses of RawDataBlock in com.tapina.robe.runtime | |
class |
DynamicArea
This class represents an operating system dynamic area definition. |
Methods in com.tapina.robe.runtime that return RawDataBlock | |
RawDataBlock |
MemoryMap.createDataBlock(int address,
int length)
|
RawDataBlock |
MemoryMap.createSystemDataBlock(java.lang.String str)
Create a system data block large enough to hold a null-terminated string and fill it with the string. |
RawDataBlock |
MemoryMap.createSystemDataBlock(int length)
|
RawDataBlock |
MemoryMap.createErrorBlock(int size)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |