|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInputStream | |
---|---|
org.pdfclown.bytes | I/O support. |
org.pdfclown.documents.contents.entities | Specialized graphic types. |
org.pdfclown.documents.contents.fonts | Font type definitions used to draw text inside content streams [PDF:1.6:5]. |
org.pdfclown.documents.contents.tokens | Content stream serialization [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.documents.multimedia | Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. |
org.pdfclown.files | File-level objects [PDF:1.6:3.4]. |
org.pdfclown.tokens | PDF file serialization [PDF:1.6:3]. |
org.pdfclown.util.parsers |
Uses of IInputStream in org.pdfclown.bytes |
---|
Subinterfaces of IInputStream in org.pdfclown.bytes | |
---|---|
interface |
IBuffer
Buffer interface. |
Classes in org.pdfclown.bytes that implement IInputStream | |
---|---|
class |
Buffer
Byte buffer. |
class |
FileInputStream
File stream. |
Methods in org.pdfclown.bytes with parameters of type IInputStream | |
---|---|
IBuffer |
IBuffer.append(IInputStream data)
Appends an IInputStream to the buffer. |
IBuffer |
Buffer.append(IInputStream data)
|
void |
IBuffer.insert(int index,
IInputStream data)
Inserts an IInputStream into the buffer. |
void |
Buffer.insert(int index,
IInputStream data)
|
void |
IBuffer.replace(int index,
IInputStream data)
Replaces the buffer contents with an IInputStream. |
void |
Buffer.replace(int index,
IInputStream data)
|
void |
IOutputStream.write(IInputStream data)
Writes an IInputStream into the stream. |
void |
OutputStream.write(IInputStream data)
|
void |
Buffer.write(IInputStream data)
|
Uses of IInputStream in org.pdfclown.documents.contents.entities |
---|
Methods in org.pdfclown.documents.contents.entities that return IInputStream | |
---|---|
protected IInputStream |
Image.getStream()
Gets the underlying stream. |
Methods in org.pdfclown.documents.contents.entities with parameters of type IInputStream | |
---|---|
static Image |
Image.get(IInputStream stream)
|
Constructors in org.pdfclown.documents.contents.entities with parameters of type IInputStream | |
---|---|
Image(IInputStream stream)
|
Uses of IInputStream in org.pdfclown.documents.contents.fonts |
---|
Methods in org.pdfclown.documents.contents.fonts with parameters of type IInputStream | |
---|---|
static CompositeFont |
CompositeFont.get(Document context,
IInputStream fontData)
|
static Font |
Font.get(Document context,
IInputStream fontData)
Creates the representation of a font. |
Uses of IInputStream in org.pdfclown.documents.contents.tokens |
---|
Constructors in org.pdfclown.documents.contents.tokens with parameters of type IInputStream | |
---|---|
ContentParser(IInputStream stream)
|
Uses of IInputStream in org.pdfclown.documents.files |
---|
Methods in org.pdfclown.documents.files that return IInputStream | |
---|---|
IInputStream |
FullFileSpecification.getInputStream()
|
IInputStream |
FileSpecification.getInputStream()
Gets an input stream to read from the file. |
Methods in org.pdfclown.documents.files with parameters of type IInputStream | |
---|---|
static EmbeddedFile |
EmbeddedFile.get(Document context,
IInputStream stream)
Creates a new embedded file inside the document. |
Uses of IInputStream in org.pdfclown.documents.multimedia |
---|
Constructors in org.pdfclown.documents.multimedia with parameters of type IInputStream | |
---|---|
Sound(Document context,
IInputStream stream)
Creates a new sound within the given document context. |
Uses of IInputStream in org.pdfclown.files |
---|
Constructors in org.pdfclown.files with parameters of type IInputStream | |
---|---|
File(IInputStream stream)
|
Uses of IInputStream in org.pdfclown.tokens |
---|
Constructors in org.pdfclown.tokens with parameters of type IInputStream | |
---|---|
BaseParser(IInputStream stream)
|
|
Reader(IInputStream stream,
File file)
For internal use only. |
Uses of IInputStream in org.pdfclown.util.parsers |
---|
Methods in org.pdfclown.util.parsers that return IInputStream | |
---|---|
IInputStream |
PostScriptParser.getStream()
|
Constructors in org.pdfclown.util.parsers with parameters of type IInputStream | |
---|---|
PostScriptParser(IInputStream stream)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |