Searched refs:skipExtendedContent (Results 1 – 1 of 1) sorted by relevance
143 static XMPMeta read(InputStream is, boolean skipExtendedContent) { in read() argument144 List<Section> sections = parse(is, true, skipExtendedContent); in read()164 if (skipExtendedContent) { in read()207 boolean skipExtendedContent) { in parse() argument249 sections.add(readSection(is, length, marker, skipExtendedContent)); in parse()295 int marker, boolean skipExtendedContent) throws IOException { in readSection() argument296 if (length - 2 < XMP_EXTENSION_HEADER_GUID_SIZE || !skipExtendedContent) { in readSection()308 if (hasHeader(header, XMP_EXTENSION_HEADER) && skipExtendedContent) { in readSection()