|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.env.OutputBuffer
public class OutputBuffer
Represents a PHP output buffer
Method Summary | |
---|---|
void |
clean()
Cleans (clears) the buffer. |
void |
close()
Closes the output buffer. |
void |
flush()
Flushs the data in the stream, calling the callback with appropriate flags if necessary. |
Callable |
getCallback()
Returns the callback for this output buffer. |
int |
getChunkSize()
Returns the chunk size. |
Value |
getContents()
Returns the buffer contents. |
boolean |
getEraseFlag()
Returns the erase flag. |
long |
getLength()
Returns the buffer length. |
int |
getLevel()
Returns the nesting level. |
OutputBuffer |
getNext()
Returns the next output buffer; |
WriteStream |
getOut()
Returns the writer. |
boolean |
haveFlushed()
Returns true if this buffer has ever been flushed. |
void |
setCallback(Callback callback)
Sets the callback for this output buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public OutputBuffer getNext()
public WriteStream getOut()
public Value getContents()
public long getLength()
public int getLevel()
public boolean haveFlushed()
public boolean getEraseFlag()
public int getChunkSize()
public void clean()
public void flush()
public void close()
public Callable getCallback()
public void setCallback(Callback callback)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |