|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOutputStream | |
---|---|
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.files | File-level objects [PDF:1.6:3.4]. |
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 IOutputStream in org.pdfclown.bytes |
---|
Subinterfaces of IOutputStream in org.pdfclown.bytes | |
---|---|
interface |
IBuffer
Buffer interface. |
Classes in org.pdfclown.bytes that implement IOutputStream | |
---|---|
class |
Buffer
Byte buffer. |
class |
OutputStream
Output stream default implementation. |
Methods in org.pdfclown.bytes with parameters of type IOutputStream | |
---|---|
void |
IBuffer.writeTo(IOutputStream stream)
Writes the buffer data to a stream. |
void |
Buffer.writeTo(IOutputStream stream)
|
Uses of IOutputStream in org.pdfclown.documents.contents.objects |
---|
Methods in org.pdfclown.documents.contents.objects with parameters of type IOutputStream | |
---|---|
void |
InlineImageBody.writeTo(IOutputStream stream,
Document context)
|
void |
InlineImage.writeTo(IOutputStream stream,
Document context)
|
void |
CompositeObject.writeTo(IOutputStream stream,
Document context)
|
void |
MarkedContent.writeTo(IOutputStream stream,
Document context)
|
abstract void |
ContentObject.writeTo(IOutputStream stream,
Document context)
Serializes this object to the specified stream. |
void |
LocalGraphicsState.writeTo(IOutputStream stream,
Document context)
|
void |
Text.writeTo(IOutputStream stream,
Document context)
|
void |
Operation.writeTo(IOutputStream stream,
Document context)
|
Uses of IOutputStream in org.pdfclown.documents.files |
---|
Methods in org.pdfclown.documents.files that return IOutputStream | |
---|---|
IOutputStream |
FullFileSpecification.getOutputStream()
|
IOutputStream |
FileSpecification.getOutputStream()
Gets an output stream to write into the file. |
Uses of IOutputStream in org.pdfclown.files |
---|
Methods in org.pdfclown.files with parameters of type IOutputStream | |
---|---|
void |
File.save(IOutputStream stream,
SerializationModeEnum mode)
Serializes the file to the specified stream. |
Uses of IOutputStream in org.pdfclown.objects |
---|
Methods in org.pdfclown.objects with parameters of type IOutputStream | |
---|---|
void |
PdfString.writeTo(IOutputStream stream,
File context)
|
void |
PdfStream.writeTo(IOutputStream stream,
File context)
|
void |
PdfArray.writeTo(IOutputStream stream,
File context)
|
void |
PdfInteger.writeTo(IOutputStream stream,
File context)
|
abstract void |
PdfObject.writeTo(IOutputStream stream,
File context)
Serializes this object to the specified stream. |
void |
PdfReal.writeTo(IOutputStream stream,
File context)
|
void |
PdfDictionary.writeTo(IOutputStream stream,
File context)
|
void |
PdfName.writeTo(IOutputStream stream,
File context)
|
void |
PdfIndirectObject.writeTo(IOutputStream stream,
File context)
|
void |
PdfBoolean.writeTo(IOutputStream stream,
File context)
|
void |
PdfReference.writeTo(IOutputStream stream,
File context)
|
Uses of IOutputStream in org.pdfclown.tokens |
---|
Fields in org.pdfclown.tokens declared as IOutputStream | |
---|---|
protected IOutputStream |
Writer.stream
|
Methods in org.pdfclown.tokens that return IOutputStream | |
---|---|
IOutputStream |
Writer.getStream()
Gets the target stream. |
Methods in org.pdfclown.tokens with parameters of type IOutputStream | |
---|---|
static Writer |
Writer.get(File file,
IOutputStream stream)
Gets a new writer instance for the specified file. |
protected void |
Writer.updateTrailer(PdfDictionary trailer,
IOutputStream stream)
Updates the specified trailer. |
void |
XRefStream.writeTo(IOutputStream stream,
File context)
|
void |
ObjectStream.writeTo(IOutputStream stream,
File context)
|
Constructors in org.pdfclown.tokens with parameters of type IOutputStream | |
---|---|
Writer(File file,
IOutputStream stream)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |