|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBuffer | |
---|---|
org.pdfclown.bytes | I/O support. |
org.pdfclown.documents.contents.objects | Content stream instructions [PDF:1.6:3.7.1]. |
org.pdfclown.documents.files | File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. |
org.pdfclown.objects | Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. |
org.pdfclown.tokens | PDF file serialization [PDF:1.6:3]. |
Uses of IBuffer in org.pdfclown.bytes |
---|
Classes in org.pdfclown.bytes that implement IBuffer | |
---|---|
class |
Buffer
Byte buffer. |
Methods in org.pdfclown.bytes that return IBuffer | |
---|---|
IBuffer |
IBuffer.append(byte data)
Appends a byte to the buffer. |
IBuffer |
Buffer.append(byte data)
|
IBuffer |
IBuffer.append(byte[] data)
Appends a byte array to the buffer. |
IBuffer |
Buffer.append(byte[] data)
|
IBuffer |
IBuffer.append(byte[] data,
int offset,
int length)
Appends a byte range to the buffer. |
IBuffer |
Buffer.append(byte[] data,
int offset,
int length)
|
IBuffer |
IBuffer.append(IInputStream data)
Appends an IInputStream to the buffer. |
IBuffer |
Buffer.append(IInputStream data)
|
IBuffer |
IBuffer.append(String data)
Appends a string to the buffer. |
IBuffer |
Buffer.append(String data)
|
IBuffer |
IBuffer.clone()
Gets a clone of the buffer. |
Methods in org.pdfclown.bytes with parameters of type IBuffer | |
---|---|
void |
IBuffer.IListener.onChange(IBuffer buffer)
Notifies the dirtiness of the observed buffer. |
Uses of IBuffer in org.pdfclown.documents.contents.objects |
---|
Methods in org.pdfclown.documents.contents.objects that return IBuffer | |
---|---|
IBuffer |
InlineImageBody.getValue()
|
Methods in org.pdfclown.documents.contents.objects with parameters of type IBuffer | |
---|---|
void |
InlineImageBody.setValue(IBuffer value)
|
Constructors in org.pdfclown.documents.contents.objects with parameters of type IBuffer | |
---|---|
InlineImageBody(IBuffer value)
|
Uses of IBuffer in org.pdfclown.documents.files |
---|
Methods in org.pdfclown.documents.files that return IBuffer | |
---|---|
IBuffer |
EmbeddedFile.getData()
Gets the data contained within this file. |
Uses of IBuffer in org.pdfclown.objects |
---|
Methods in org.pdfclown.objects that return IBuffer | |
---|---|
IBuffer |
PdfStream.getBody()
Gets the decoded stream body. |
IBuffer |
PdfStream.getBody(boolean decode)
Gets the stream body. |
Constructors in org.pdfclown.objects with parameters of type IBuffer | |
---|---|
PdfStream(IBuffer body)
|
|
PdfStream(PdfDictionary header,
IBuffer body)
|
Uses of IBuffer in org.pdfclown.tokens |
---|
Constructors in org.pdfclown.tokens with parameters of type IBuffer | |
---|---|
ObjectStream(PdfDictionary header,
IBuffer body)
|
|
XRefStream(PdfDictionary header,
IBuffer body)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |