java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.code.asm.processor.BytesBlock |
Class Overview
Represent a block of bytes, with support for byte ordering within byte groups of 16- 32- or
64-bits.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
BytesBlock
(byte[] code, Endianness endianness, int groupSize)
Parameters
code |
bytes |
endianness |
order which should be used to read code |
groupSize |
byte size to consider to swap between BE and LE (2 for 16bits swap, 4 for
32bits swap...)
|
Public Methods
public
boolean
equals
(Object obj)
public
byte[]
getBECode
()
public
byte[]
getCode
(ByteOrder byteOrder)
public
byte[]
getLECode
()