Class BinaryConstant
- java.lang.Object
-
- org.apache.commons.imaging.common.BinaryConstant
-
public class BinaryConstant extends Object
-
-
Constructor Summary
Constructors Constructor Description BinaryConstant(byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(byte[] bytes)booleanequals(byte[] bytes, int offset, int length)booleanequals(Object obj)byteget(int i)inthashCode()intsize()byte[]toByteArray()voidwriteTo(OutputStream os)
-
-
-
Method Detail
-
equals
public boolean equals(byte[] bytes)
-
equals
public boolean equals(byte[] bytes, int offset, int length)
-
get
public byte get(int i)
-
size
public int size()
-
toByteArray
public byte[] toByteArray()
-
writeTo
public void writeTo(OutputStream os) throws IOException
- Throws:
IOException
-
-