public class XmlCpuProfileReader extends Object
Constructor and Description |
---|
XmlCpuProfileReader() |
Modifier and Type | Method and Description |
---|---|
static Iterator<CpuProfile> |
iterateMany(XmlReader reader) |
static List<CpuProfile> |
readMany(XmlReader reader) |
static CpuProfile |
readOne(XmlReader reader) |
public static CpuProfile readOne(XmlReader reader)
public static Iterator<CpuProfile> iterateMany(XmlReader reader)
public static List<CpuProfile> readMany(XmlReader reader)
Copyright © 2016. All rights reserved.