public class DataCompiler extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COUNTSIZE |
| Modifier and Type | Method and Description |
|---|---|
protected D4DataAtomic |
compileAtomicVar(DapVariable dapvar) |
protected D4DataVariable |
compileVar(DapVariable dapvar) |
protected static int |
computeTypeSize(DapType daptype)
Compute the size in databuffer of the serialized form
|
protected byte[] |
getChecksum(ByteBuffer data) |
protected static int |
getCount(ByteBuffer data) |
protected static void |
skip(ByteBuffer data,
int count) |
protected static long |
walkByteStrings(int[] positions,
ByteBuffer databuffer) |
public static final int COUNTSIZE
protected D4DataVariable compileVar(DapVariable dapvar) throws DapException
DapExceptionprotected D4DataAtomic compileAtomicVar(DapVariable dapvar) throws DapException
DapExceptionprotected byte[] getChecksum(ByteBuffer data) throws DapException
DapExceptionprotected static void skip(ByteBuffer data, int count)
protected static int getCount(ByteBuffer data)
protected static int computeTypeSize(DapType daptype)
daptype - protected static long walkByteStrings(int[] positions,
ByteBuffer databuffer)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.