Uses of Class
org.verapdf.xmp.impl.ByteBuffer
-
Packages that use ByteBuffer Package Description org.verapdf.xmp.impl Package containing the xmpcore implementation. -
-
Uses of ByteBuffer in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl that return ByteBuffer Modifier and Type Method Description static ByteBufferLatin1Converter. convert(ByteBuffer buffer)A converter that processes a byte buffer containing a mix of UTF8 and Latin-1/Cp1252 chars.Methods in org.verapdf.xmp.impl with parameters of type ByteBuffer Modifier and Type Method Description voidByteBuffer. append(ByteBuffer anotherBuffer)Append another buffer to this buffer.static ByteBufferLatin1Converter. convert(ByteBuffer buffer)A converter that processes a byte buffer containing a mix of UTF8 and Latin-1/Cp1252 chars.
-