Searched refs:Section (Results 1 – 1 of 1) sorted by relevance
137 private static class Section { class in XmpDepthDecode144 List<Section> sections = parse(is, true, skipExtendedContent); in read()206 private static List<Section> parse(InputStream is, boolean readMetaOnly, in parse()208 List<Section> sections = new ArrayList<Section>(); in parse()233 Section section = new Section(); in parse()294 private static Section readSection(InputStream is, int length, in readSection()297 Section section = new Section(); in readSection()309 Section section = new Section(); in readSection()317 Section section = new Section(); in readSection()355 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()[all …]