public class BinaryConstant
extends java.lang.Object
implements java.lang.Cloneable
| 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(java.lang.Object obj) |
byte |
get(int i) |
int |
hashCode() |
int |
size() |
byte[] |
toByteArray() |
void |
writeTo(java.io.OutputStream os) |
public BinaryConstant clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean equals(byte[] bytes)
public boolean equals(byte[] bytes,
int offset,
int length)
public int hashCode()
hashCode in class java.lang.Objectpublic byte get(int i)
public int size()
public byte[] toByteArray()
public void writeTo(java.io.OutputStream os)
throws java.io.IOException
java.io.IOException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"