decompiler  1.0.0
Public Member Functions | Private Attributes | Friends | List of all members
ghidra::PackedDecode::ByteChunk Class Reference

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
 

Detailed Description

A bounded array of bytes.


The documentation for this class was generated from the following file: