decompiler
1.0.0
|
A bounded array of bytes. More...
Public Member Functions | |
ByteChunk (uint1 *s, uint1 *e) | |
Constructor. | |
Private Attributes | |
uint1 * | start |
Start of the byte array. | |
uint1 * | end |
End of the byte array. | |
Friends | |
class | PackedDecode |
A bounded array of bytes.