public class BplistReader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BplistReader.PropertyListResults |
Constructor and Description |
---|
BplistReader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(byte[] bplist)
Ensure that a BPLIST is valid.
|
static BplistReader.PropertyListResults |
parse(byte[] bplist) |
public static boolean isValid(byte[] bplist)
public static BplistReader.PropertyListResults parse(byte[] bplist) throws IOException
IOException
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.