Package net.razorvine.pickle.objects
Class ByteArrayConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.ByteArrayConstructor
-
- All Implemented Interfaces:
IObjectConstructor
public class ByteArrayConstructor extends java.lang.Object implements IObjectConstructor
Creates byte arrays (byte[]).- Author:
- Irmen de Jong (irmen@razorvine.net)
-
-
Constructor Summary
Constructors Constructor Description ByteArrayConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectconstruct(java.lang.Object[] args)Create an object.
-
-
-
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
-
-