net.infonode.properties.propertymap.value
Class ValueDecoder

java.lang.Object
  extended by net.infonode.properties.propertymap.value.ValueDecoder

public class ValueDecoder
extends java.lang.Object

Version:
$Revision: 1.7 $
Author:
$Author: jesper $

Field Summary
static int REF
           
static int SIMPLE
           
 
Constructor Summary
private ValueDecoder()
           
 
Method Summary
static PropertyValue decode(java.io.ObjectInputStream in, PropertyMapImpl propertyObject, Property property)
           
static void skip(java.io.ObjectInputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE

public static final int SIMPLE
See Also:
Constant Field Values

REF

public static final int REF
See Also:
Constant Field Values
Constructor Detail

ValueDecoder

private ValueDecoder()
Method Detail

decode

public static PropertyValue decode(java.io.ObjectInputStream in,
                                   PropertyMapImpl propertyObject,
                                   Property property)
                            throws java.io.IOException
Throws:
java.io.IOException

skip

public static void skip(java.io.ObjectInputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException