Uses of Class
com.itextpdf.xmp.impl.ByteBuffer
Packages that use ByteBuffer
-
Uses of ByteBuffer in com.itextpdf.xmp.impl
Methods in com.itextpdf.xmp.impl that return ByteBufferModifier and TypeMethodDescriptionstatic 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 ByteBufferModifier and TypeMethodDescriptionvoid
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 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.