|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Proxy.Core.SendDataInfo
public class SendDataInfo
| Field Summary | |
|---|---|
int |
bytesLength
|
int |
bytesOffset
Indicates the number of bytes. |
int |
classIdentifier
Definition in JPIPMessageHeader.classIdentifier |
long |
inClassIdentifier
Definition in JPIPMessageHeader.inClassIdentifier. |
int |
layersLength
|
int |
layersOffset
Indicates the number of layers (packets). |
static int |
MAIN_HEADER
|
static int |
METADATA
|
static int |
PRECINCT
|
static int |
TILE_DATA
|
static int |
TILE_HEADER
|
| Constructor Summary | |
|---|---|
SendDataInfo()
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
JPIPMessageHeader.classIdentifier
public static final int PRECINCT
public static final int TILE_HEADER
public static final int TILE_DATA
public static final int MAIN_HEADER
public static final int METADATA
public long inClassIdentifier
JPIPMessageHeader.inClassIdentifier.
public int layersOffset
public int layersLength
public int bytesOffset
Default value is -1.
public int bytesLength
| Constructor Detail |
|---|
public SendDataInfo()
| 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 | ||||||||