public class BinaryConstant extends Object
Constructor and Description |
---|
BinaryConstant(byte[] value) |
Modifier and Type | Method and Description |
---|---|
BinaryConstant |
clone() |
boolean |
equals(byte[] bytes) |
boolean |
equals(byte[] bytes,
int offset,
int length) |
boolean |
equals(Object obj) |
byte |
get(int i) |
int |
hashCode() |
int |
size() |
byte[] |
toByteArray() |
void |
writeTo(OutputStream os) |
public BinaryConstant clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(byte[] bytes)
public boolean equals(byte[] bytes, int offset, int length)
public byte get(int i)
public int size()
public byte[] toByteArray()
public void writeTo(OutputStream os) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.