public class Binary extends Object
| Constructor and Description |
|---|
Binary(BinaryContract binaryContract) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getData()
Returns the raw binary data as bytes.
|
int |
getId()
Returns the id of this binary.
|
int |
hashCode() |
boolean |
isCompressed()
Returns whether this binary is compressed.
|
public Binary(BinaryContract binaryContract)
public int getId()
public boolean isCompressed()
public byte[] getData()
Copyright © 2018. All rights reserved.