public final class EscherDump
extends java.lang.Object
Constructor and Description |
---|
EscherDump() |
Modifier and Type | Method and Description |
---|---|
void |
dump(byte[] data,
int offset,
int size,
java.io.PrintStream out)
Decodes the escher stream from a byte array and dumps the results to
a print stream.
|
void |
dump(int recordSize,
byte[] data,
java.io.PrintStream out) |
public void dump(byte[] data, int offset, int size, java.io.PrintStream out)
data
- The data array containing the escher records.offset
- The starting offset within the data array.size
- The number of bytes to read.out
- The output stream to write the results to.public void dump(int recordSize, byte[] data, java.io.PrintStream out)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.