public class BundleDumper extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BINARY |
static int |
BOOLEAN |
static int |
DATE |
static int |
DECIMAL |
static int |
DOUBLE |
static int |
LONG |
static int |
NAME |
static int |
PATH |
static int |
REFERENCE |
static int |
STRING |
static int |
UNDEFINED |
static int |
URI |
static int |
WEAKREFERENCE |
Constructor and Description |
---|
BundleDumper() |
Modifier and Type | Method and Description |
---|---|
static String |
convertBytesToHex(byte[] value) |
String |
dump(byte[] bundle) |
static void |
main(String... args) |
public static final int UNDEFINED
public static final int STRING
public static final int BINARY
public static final int LONG
public static final int DOUBLE
public static final int DATE
public static final int BOOLEAN
public static final int NAME
public static final int PATH
public static final int REFERENCE
public static final int WEAKREFERENCE
public static final int URI
public static final int DECIMAL
public static void main(String... args) throws IOException
IOException
public String dump(byte[] bundle) throws IOException
IOException
public static String convertBytesToHex(byte[] value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.