net.wotonomy.foundation
Class NSCoding._BigIntegerSupport

java.lang.Object
  extended by net.wotonomy.foundation.NSCoding.Support
      extended by net.wotonomy.foundation.NSCoding._BigIntegerSupport
Direct Known Subclasses:
NSCoding._BigDecimalSupport
Enclosing interface:
NSCoding

public static class NSCoding._BigIntegerSupport
extends NSCoding.Support

Not yet implemented


Constructor Summary
NSCoding._BigIntegerSupport()
          Not yet implemented
 
Method Summary
protected static java.math.BigInteger _decodeBigInteger(NSCoder nscoder, int i)
          Not yet implemented
protected static void _encodeBigInteger(NSCoder nscoder, java.math.BigInteger biginteger)
          Not yet implemented
 java.lang.Object decodeObject(NSCoder nscoder)
          Not yet implemented
 void encodeWithCoder(java.lang.Object obj, NSCoder nscoder)
          Not yet implemented
 
Methods inherited from class net.wotonomy.foundation.NSCoding.Support
_decodeUTF8, _encodeUTF8, classForCoder, setSupportForClass, supportForClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSCoding._BigIntegerSupport

public NSCoding._BigIntegerSupport()
Not yet implemented

Method Detail

encodeWithCoder

public void encodeWithCoder(java.lang.Object obj,
                            NSCoder nscoder)
Not yet implemented

Specified by:
encodeWithCoder in class NSCoding.Support

decodeObject

public java.lang.Object decodeObject(NSCoder nscoder)
Not yet implemented

Specified by:
decodeObject in class NSCoding.Support

_encodeBigInteger

protected static void _encodeBigInteger(NSCoder nscoder,
                                        java.math.BigInteger biginteger)
Not yet implemented


_decodeBigInteger

protected static java.math.BigInteger _decodeBigInteger(NSCoder nscoder,
                                                        int i)
Not yet implemented



Copyright © 2006 null. All Rights Reserved.