Java com.lowagie.text.pdf ByteBuffer fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf ByteBuffer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf ByteBuffer.

The text is from its open source code.

Constructor

ByteBuffer()
Creates new ByteBuffer with capacity 128

Method

ByteBufferappend(byte b[])
Appends an array of bytes.
ByteBufferappend(String str)
Appends a String to the buffer.
ByteBufferappend(char c)
Appends a char to the buffer.
ByteBufferappend(ByteBuffer buf)
Appends another ByteBuffer to this buffer.
ByteBufferappend(int i)
Appends the string representation of an int.
ByteBufferappend(byte b)
ByteBufferappend(float i)
Appends a string representation of a float according to the Pdf conventions.
ByteBufferappend(double d)
Appends a string representation of a double according to the Pdf conventions.