public class NPDataAnalyzer
extends java.lang.Object
Constructor and Description |
---|
NPDataAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
sniff(byte[] buf,
int offset,
int len)
sniffs the data and tells you what it appears to be.
|
public static java.lang.String sniff(byte[] buf, int offset, int len)
buf
- The data buffer.offset
- Offset into the data buffer to start at.len
- The number of bytes to analyze.