public abstract class DapDump extends Object
| Constructor and Description |
|---|
DapDump() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpbytes(ByteBuffer buf0)
Dump the contents of a buffer from 0 to position
|
static void |
dumpbytes(ByteBuffer buf0,
boolean skipdmr) |
static void |
dumpbytestream(byte[] content,
ByteOrder order,
String tag) |
static void |
dumpbytestream(byte[] content,
int start,
int len,
ByteOrder order,
String tag) |
static void |
dumpbytestream(ByteBuffer buf,
ByteOrder order,
String tag) |
static void |
dumpbytestream(OutputStream stream,
ByteOrder order,
String tag) |
public static void dumpbytes(ByteBuffer buf0, boolean skipdmr)
public static void dumpbytes(ByteBuffer buf0)
buf0 - byte buffer to dumppublic static void dumpbytestream(OutputStream stream, ByteOrder order, String tag)
public static void dumpbytestream(ByteBuffer buf, ByteOrder order, String tag)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.