public class BIDByteArray extends Object
Constructor and Description |
---|
BIDByteArray()
Default BIDByteArray constructor
|
BIDByteArray(BIDByteArray passedData)
BIDByteArray constructor
|
BIDByteArray(byte[] passedData)
BIDByteArray constructor
|
Modifier and Type | Method and Description |
---|---|
void |
concat(BIDByteArray passedData)
Concatenates the contents of this BIDByteArray with the value passed
|
void |
concat(byte[] passedData)
Concatenates the contents of this BIDByteArray with the value passed
|
boolean |
equals(Object obj)
Compares this BIDByteArray with the one passed
|
byte[] |
getBytes()
Returns the contents of the BIDByteArray as byte[]
|
int |
length()
Returns the length of the BIDByteArray
|
void |
set(BIDByteArray passedData)
Sets the contents of BIDByteArray with the value passed
|
void |
set(byte[] passedData)
Sets the contents of BIDByteArray with the value passed
|
public BIDByteArray()
public BIDByteArray(byte[] passedData)
passedData
- byte[]public BIDByteArray(BIDByteArray passedData)
passedData
- BIDByteArraypublic void set(byte[] passedData)
passedData
- byte[]public void set(BIDByteArray passedData)
passedData
- BIDByteArraypublic byte[] getBytes()
public void concat(byte[] passedData)
passedData
- byte[]public void concat(BIDByteArray passedData)
passedData
- BIDByteArraypublic int length()
Copyright © 2017 Nets Branch Norway. All Rights Reserved.