org.pdfclown.bytes.IOutputStream Interface Reference

Output stream interface. More...

Inheritance diagram for org.pdfclown.bytes.IOutputStream:
org.pdfclown.bytes.IStream org.pdfclown.bytes.IBuffer org.pdfclown.bytes.Stream org.pdfclown.bytes.Buffer

List of all members.

Public Member Functions

void Write (IInputStream data)
 Writes an IInputStream into the stream.
void Write (string data)
 Writes a string into the stream.
void Write (byte[] data, int offset, int length)
 Writes a byte range into the stream.
void Write (byte[] data)
 Writes a byte array into the stream.

Properties

long Length [get]
 Gets the length of the stream.

Output stream interface.


Member Function Documentation

void org.pdfclown.bytes.IOutputStream.Write ( IInputStream  data  ) 

Writes an IInputStream into the stream.

Parameters:
data IInputStream to write into the stream.

Implemented in org.pdfclown.bytes.Buffer, and org.pdfclown.bytes.Stream.

void org.pdfclown.bytes.IOutputStream.Write ( string  data  ) 

Writes a string into the stream.

Parameters:
data String to write into the stream.

Implemented in org.pdfclown.bytes.Buffer, and org.pdfclown.bytes.Stream.

void org.pdfclown.bytes.IOutputStream.Write ( byte[]  data,
int  offset,
int  length 
)

Writes a byte range into the stream.

Parameters:
data Byte array to write into the stream.
offset Location in the byte array at which writing begins.
length Number of bytes to write.

Implemented in org.pdfclown.bytes.Buffer, and org.pdfclown.bytes.Stream.

void org.pdfclown.bytes.IOutputStream.Write ( byte[]  data  ) 

Property Documentation

long org.pdfclown.bytes.IStream.Length [get, inherited]

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:29 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3