Package net.razorvine.pickle.objects
Class TimeZoneConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.TimeZoneConstructor
-
- All Implemented Interfaces:
IObjectConstructor
public class TimeZoneConstructor extends java.lang.Object implements IObjectConstructor
-
-
Field Summary
Fields Modifier and Type Field Description static intDATEUTIL_GETTZstatic intDATEUTIL_TZFILEstatic intDATEUTIL_TZUTCstatic intPYTZstatic intTZINFOstatic intUTC
-
Constructor Summary
Constructors Constructor Description TimeZoneConstructor(int pythontype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectconstruct(java.lang.Object[] args)Create an object.java.lang.Objectreconstruct(java.lang.Object baseConstructor, java.lang.Object state)
-
-
-
Method Detail
-
construct
public java.lang.Object construct(java.lang.Object[] args) throws PickleExceptionDescription copied from interface:IObjectConstructorCreate an object. Use the given args as parameters for the constructor.- Specified by:
constructin interfaceIObjectConstructor- Throws:
PickleException
-
reconstruct
public java.lang.Object reconstruct(java.lang.Object baseConstructor, java.lang.Object state)
-
-