|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInputStream | |
---|---|
it.stefanochizzolini.clown.bytes | I/O support. |
it.stefanochizzolini.clown.documents.contents.entities | Specialized graphic types. |
it.stefanochizzolini.clown.documents.contents.fonts | Font type definitions used to draw text inside content streams [PDF:1.6:5]. |
it.stefanochizzolini.clown.documents.contents.tokens | Content stream serialization [PDF:1.6:3.7.1]. |
it.stefanochizzolini.clown.documents.fileSpecs | File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. |
it.stefanochizzolini.clown.documents.multimedia | Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. |
it.stefanochizzolini.clown.files | File-level objects [PDF:1.6:3.4]. |
it.stefanochizzolini.clown.tokens | PDF file serialization [PDF:1.6:3]. |
Uses of IInputStream in it.stefanochizzolini.clown.bytes |
---|
Subinterfaces of IInputStream in it.stefanochizzolini.clown.bytes | |
---|---|
interface |
IBuffer
Buffer interface. |
Classes in it.stefanochizzolini.clown.bytes that implement IInputStream | |
---|---|
class |
Buffer
Byte buffer. |
class |
FileInputStream
File stream. |
Methods in it.stefanochizzolini.clown.bytes with parameters of type IInputStream | |
---|---|
void |
IBuffer.append(IInputStream data)
Appends an IInputStream to the buffer. |
void |
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 |
Buffer.write(IInputStream data)
|
void |
OutputStream.write(IInputStream data)
|
void |
IOutputStream.write(IInputStream data)
Writes an IInputStream into the stream. |
Uses of IInputStream in it.stefanochizzolini.clown.documents.contents.entities |
---|
Methods in it.stefanochizzolini.clown.documents.contents.entities that return IInputStream | |
---|---|
protected IInputStream |
Image.getStream()
Gets the underlying stream. |
Methods in it.stefanochizzolini.clown.documents.contents.entities with parameters of type IInputStream | |
---|---|
static Image |
Image.get(IInputStream stream)
|
Constructors in it.stefanochizzolini.clown.documents.contents.entities with parameters of type IInputStream | |
---|---|
Image(IInputStream stream)
|
Uses of IInputStream in it.stefanochizzolini.clown.documents.contents.fonts |
---|
Methods in it.stefanochizzolini.clown.documents.contents.fonts with parameters of type IInputStream | |
---|---|
static Font |
Font.get(Document context,
IInputStream fontData)
Creates the representation of a font. |
static CompositeFont |
CompositeFont.get(Document context,
IInputStream fontData)
|
Uses of IInputStream in it.stefanochizzolini.clown.documents.contents.tokens |
---|
Methods in it.stefanochizzolini.clown.documents.contents.tokens that return IInputStream | |
---|---|
IInputStream |
Parser.getStream()
Gets the current stream. |
Uses of IInputStream in it.stefanochizzolini.clown.documents.fileSpecs |
---|
Constructors in it.stefanochizzolini.clown.documents.fileSpecs with parameters of type IInputStream | |
---|---|
EmbeddedFile(Document context,
IInputStream stream)
Creates a new embedded file inside the document. |
Uses of IInputStream in it.stefanochizzolini.clown.documents.multimedia |
---|
Constructors in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.files |
---|
Constructors in it.stefanochizzolini.clown.files with parameters of type IInputStream | |
---|---|
File(IInputStream stream)
|
Uses of IInputStream in it.stefanochizzolini.clown.tokens |
---|
Methods in it.stefanochizzolini.clown.tokens that return IInputStream | |
---|---|
IInputStream |
Parser.getStream()
|
Constructors in it.stefanochizzolini.clown.tokens with parameters of type IInputStream | |
---|---|
Reader(IInputStream stream,
File file)
For internal use only. |
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |