PDF Clown
0.1.2

org.pdfclown.util
Class ByteArray

java.lang.Object
  extended by org.pdfclown.util.ByteArray

public final class ByteArray
extends Object

Byte array.

Since:
0.0.8
Version:
0.1.0
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Field Summary
 byte[] data
           
 
Constructor Summary
ByteArray(byte[] data)
           
 
Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public final byte[] data
Constructor Detail

ByteArray

public ByteArray(byte[] data)
Method Detail

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.