public class NPDataAnalyzer extends Object
| Constructor | Description |
|---|---|
NPDataAnalyzer() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
sniff(byte[] buf,
int offset,
int len) |
sniffs the data and tells you what it appears to be.
|
public static 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.Copyright © 2024. All rights reserved.