Class ValueDecoder


  • public class ValueDecoder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int REF  
      static int SIMPLE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • 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