|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.Cache.CacheDescriptor
public class CacheDescriptor
| Field Summary | |
|---|---|
boolean |
aditive
|
int |
classIdentifier
Indicates the data-bin class. |
int[] |
componentRange
|
boolean |
explicitForm
Indicates whether explicit form or implicit form is used. |
long |
InClassIdentifier
Definition in JPIPMessageHeader.inClassIdentifier
Only is used with the form. |
int |
numberOfBytes
Indicates the number of bytes. |
int |
numberOfLayers
Indicates the number of layers (packets) Default value for both index are -1. |
int[] |
precinctRange
|
int[] |
resolutionLevelRange
|
int[] |
tileRange
Indicates the precinct when the implicit form is used. |
| Fields inherited from interface CADI.Common.Network.JPIP.ClassIdentifiers |
|---|
EXTENDED_PRECINCT, EXTENDED_TILE, MAIN_HEADER, METADATA, PRECINCT, TILE, TILE_HEADER |
| Constructor Summary | |
|---|---|
CacheDescriptor()
Constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this Cache Descriptor fields out to the specified output stream. |
void |
reset()
Sets the attritutes to its initial values. |
java.lang.String |
toString()
For debugging purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int classIdentifier
Allowed values, see ClassIdentifiers.
OBS: Cambiar la clase DataBinClass para que solo tenga estes valores, y entonces,
los valores EXTENDED activar una opcion en las correspondientes funciones donde
se indique que es un valor EXTENDED.
public boolean explicitForm
Default value: true
public boolean aditive
public long InClassIdentifier
JPIPMessageHeader.inClassIdentifier
Only is used with the form. If the value is -1, then indicates a wildcard.
public int[] tileRange
public int[] componentRange
public int[] resolutionLevelRange
public int[] precinctRange
public int numberOfLayers
Default value for both index are -1. This value indicates that the descriptor is specified by means of the index range. And if both, indexRange and numberOfLayers are -1, then the descriptor is a wildcard.
public int numberOfBytes
Default value is -1.
| Constructor Detail |
|---|
public CacheDescriptor()
| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void list(java.io.PrintStream out)
out - an output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||