| java.lang.Object | |
| ↳ | net.schmizz.sshj.common.ByteArrayUtils |
Utility functions for byte arrays.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| digits | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Check whether some part or whole of two byte arrays is equal, for
length bytes starting at some
offset. | |||||||||||
Get a hexadecimal representation of a byte array starting at
offset index for len
bytes, with each octet separated by a space. | |||||||||||
Get the hexadecimal representation of a byte array.
| |||||||||||
Get the hexadecimal representation of a byte array starting at
offset index for len
bytes. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Check whether some part or whole of two byte arrays is equal, for length bytes starting at some
offset.
| a1 | |
|---|---|
| a1Offset | |
| a2 | |
| a2Offset | |
| length |
true or false
Get a hexadecimal representation of a byte array starting at offset index for len
bytes, with each octet separated by a space.
| array | |
|---|---|
| offset | |
| len |
Get the hexadecimal representation of a byte array.
| array |
|---|
Get the hexadecimal representation of a byte array starting at offset index for len
bytes.
| array | |
|---|---|
| offset | |
| len |