PDF Clown
0.0.8

Uses of Interface
it.stefanochizzolini.clown.bytes.IBuffer

Packages that use IBuffer
it.stefanochizzolini.clown.bytes I/O support. 
it.stefanochizzolini.clown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
it.stefanochizzolini.clown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of IBuffer in it.stefanochizzolini.clown.bytes
 

Classes in it.stefanochizzolini.clown.bytes that implement IBuffer
 class Buffer
          Byte buffer.
 

Methods in it.stefanochizzolini.clown.bytes that return IBuffer
 IBuffer IBuffer.clone()
          Gets a clone of the buffer.
 

Uses of IBuffer in it.stefanochizzolini.clown.documents.contents.objects
 

Methods in it.stefanochizzolini.clown.documents.contents.objects that return IBuffer
 IBuffer InlineImageBody.getValue()
           
 

Methods in it.stefanochizzolini.clown.documents.contents.objects with parameters of type IBuffer
 void InlineImageBody.setValue(IBuffer value)
           
 

Constructors in it.stefanochizzolini.clown.documents.contents.objects with parameters of type IBuffer
InlineImageBody(IBuffer value)
           
 

Uses of IBuffer in it.stefanochizzolini.clown.objects
 

Methods in it.stefanochizzolini.clown.objects that return IBuffer
 IBuffer PdfStream.getBody()
          Gets the decoded stream body.
 IBuffer PdfStream.getBody(boolean decode)
          Gets the stream body.
 

Constructors in it.stefanochizzolini.clown.objects with parameters of type IBuffer
PdfStream(IBuffer body)
           
PdfStream(PdfDictionary header, IBuffer body)
           
 


PDF Clown
0.0.8

Project home page

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