Uses of Class
com.itextpdf.xmp.impl.ByteBuffer
-
Packages that use ByteBuffer Package Description com.itextpdf.xmp.impl Package containing the xmpcore implementation. -
-
Uses of ByteBuffer in com.itextpdf.xmp.impl
Methods in com.itextpdf.xmp.impl that return ByteBuffer Modifier and Type Method Description static ByteBuffer
Latin1Converter. convert(ByteBuffer buffer)
A converter that processes a byte buffer containing a mix of UTF8 and Latin-1/Cp1252 chars.Methods in com.itextpdf.xmp.impl with parameters of type ByteBuffer Modifier and Type Method Description void
ByteBuffer. append(ByteBuffer anotherBuffer)
Append another buffer to this buffer.static ByteBuffer
Latin1Converter. convert(ByteBuffer buffer)
A converter that processes a byte buffer containing a mix of UTF8 and Latin-1/Cp1252 chars.private static org.w3c.dom.Document
XMPMetaParser. parseXmlFromBytebuffer(ByteBuffer buffer, ParseOptions options)
Parses XML from a byte buffer, fixing the encoding (Latin-1 to UTF-8) and illegal control character optionally.
-