CADI.Proxy.Core
Class SendDataInfo

java.lang.Object
  extended by CADI.Proxy.Core.SendDataInfo

public class SendDataInfo
extends java.lang.Object

Version:
1.0 2009/09/06
Author:
Group on Interactive Coding of Images (GICI)

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

classIdentifier

public int classIdentifier
Definition in JPIPMessageHeader.classIdentifier


PRECINCT

public static final int PRECINCT
See Also:
Constant Field Values

TILE_HEADER

public static final int TILE_HEADER
See Also:
Constant Field Values

TILE_DATA

public static final int TILE_DATA
See Also:
Constant Field Values

MAIN_HEADER

public static final int MAIN_HEADER
See Also:
Constant Field Values

METADATA

public static final int METADATA
See Also:
Constant Field Values

inClassIdentifier

public long inClassIdentifier
Definition in JPIPMessageHeader.inClassIdentifier.


layersOffset

public int layersOffset
Indicates the number of layers (packets).


layersLength

public int layersLength

bytesOffset

public int bytesOffset
Indicates the number of bytes.

Default value is -1.


bytesLength

public int bytesLength
Constructor Detail

SendDataInfo

public SendDataInfo()
Constructor.

Method Detail

reset

public void reset()
Sets the attritutes to its initial values.


toString

public java.lang.String toString()
For debugging purposes.

Overrides:
toString in class java.lang.Object

list

public void list(java.io.PrintStream out)
Prints this Cache Descriptor fields out to the specified output stream. This method is useful for debugging.

Parameters:
out - an output stream.


CADI - Copyright (C) 2007
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) (contact)