org.apache.poi.hssf.record.constant
Class ConstantValueParser
java.lang.Object
org.apache.poi.hssf.record.constant.ConstantValueParser
public final class ConstantValueParser
- extends java.lang.Object
To support Constant Values (2.5.7) as required by the CRN record.
This class is also used for two dimensional arrays which are encoded by
EXTERNALNAME (5.39) records and Array tokens.
- Author:
- Josh Micich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static java.lang.Object[] parse(RecordInputStream in,
int nValues)
getEncodedSize
public static int getEncodedSize(java.lang.Object[] values)
encode
public static void encode(byte[] data,
int offset,
java.lang.Object[] values)
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.