|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.sds.Length
public final class Length
A length.
| Field Summary | |
|---|---|
byte |
bitLength
The length in bits to add to length in bytes in case of non 8-bits aligned structure. |
long |
length
The length in bytes. |
| Constructor Summary | |
|---|---|
Length(long length)
Create a Length instance. |
|
Length(long length,
long bit_length)
Create a Length instance. |
|
| Method Summary | |
|---|---|
byte |
getBitLength()
Returns the bit length |
long |
getLength()
Returns the byte length |
void |
setLength(long length)
Set the length |
void |
setLength(long length,
long bit_length)
Set the length |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public long length
public byte bitLength
| Constructor Detail |
|---|
public Length(long length,
long bit_length)
length - The byte lengthbit_length - The bit lengthpublic Length(long length)
length - The byte length| Method Detail |
|---|
public final long getLength()
public final byte getBitLength()
public void setLength(long length,
long bit_length)
length - The byte lengthbit_length - The bit lengthpublic void setLength(long length)
length - The byte lengthpublic String toString()
toString in class Object
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||