public class ByteArrayParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
parse(byte[] file,
Class<T> baClass)
Parses the given file using the meta-data annotations within the baClass
parameter.
|
public static <T> T parse(byte[] file,
Class<T> baClass)
Copyright © 2012–2019 BOSA. All rights reserved.