|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.BitMap
public class BitMap
Bit map representation class.
Represents the bit map construction within byte stream.
Nested Class Summary | |
---|---|
static class |
BitMap.Part
Class that represents the part of bit map construction. |
Constructor Summary | |
---|---|
BitMap(List parts)
Constructs the bit map with specified part. |
Method Summary | |
---|---|
Object |
clone()
Creates and returns a copy of this object. |
List |
createImages()
Returns the binary representation of this bit map. |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
List |
getParts()
Returns the parts of this bit map. |
int |
hashCode()
Returns a hash code value for this instance. |
String |
toString()
Returns a string representation of this instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BitMap(List parts)
parts
- the parts of this bit map.Method Detail |
---|
public List getParts()
public Object clone()
clone
in interface C24Cloneable
clone
in class Object
Cloneable
public boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.
hashCode()
,
Hashtable
public int hashCode()
hashCode
in class Object
equals(Object)
,
Hashtable
public String toString()
toString
in class Object
public List createImages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |