PDF Clown
0.1.2

Uses of Interface
org.pdfclown.bytes.IBuffer

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

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.