|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObject
it.stefanochizzolini.clown.objects.PdfDataObject
it.stefanochizzolini.clown.objects.PdfStream
public class PdfStream
PDF stream object [PDF:1.6:3.2.7].
Constructor Summary | |
---|---|
PdfStream()
|
|
PdfStream(IBuffer body)
|
|
PdfStream(PdfDictionary header)
|
|
PdfStream(PdfDictionary header,
IBuffer body)
|
Method Summary | |
---|---|
Object |
clone(File context)
Gets the clone of the object, registered inside the given file context. |
IBuffer |
getBody()
Gets the decoded stream body. |
IBuffer |
getBody(boolean decode)
Gets the stream body. |
PdfDictionary |
getHeader()
|
void |
writeTo(IOutputStream stream)
Serializes the object to the given stream. |
Methods inherited from class it.stefanochizzolini.clown.objects.PdfDataObject |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfStream()
public PdfStream(PdfDictionary header)
public PdfStream(IBuffer body)
public PdfStream(PdfDictionary header, IBuffer body)
Method Detail |
---|
public Object clone(File context)
PdfObject
clone
in class PdfObject
public IBuffer getBody()
public IBuffer getBody(boolean decode)
decode
- Defines whether the body has to be decoded.public PdfDictionary getHeader()
public void writeTo(IOutputStream stream)
PdfObject
writeTo
in class PdfObject
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |