|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream org.apache.cxf.io.CachedOutputStream
public class CachedOutputStream
Field Summary | |
---|---|
protected OutputStream |
currentStream
|
protected boolean |
outputLocked
|
Constructor Summary | |
---|---|
CachedOutputStream()
|
|
CachedOutputStream(long threshold)
|
Method Summary | |
---|---|
void |
close()
|
static void |
copyStream(InputStream in,
OutputStream out,
int bufferSize)
|
void |
deregisterCallback(CachedOutputStreamCallback cb)
|
protected void |
doClose()
Perform any actions required on stream closure (handle response etc.) |
protected void |
doFlush()
Perform any actions required on stream flush (freeze headers, reset output stream ... |
boolean |
equals(Object obj)
|
void |
flush()
|
byte[] |
getBytes()
|
List<CachedOutputStreamCallback> |
getCallbacks()
|
InputStream |
getInputStream()
|
OutputStream |
getOut()
|
File |
getTempFile()
|
long |
getThreshold()
|
int |
hashCode()
|
void |
holdTempFile()
|
void |
lockOutputStream()
Locks the output stream to prevent additional writes, but maintains a pointer to it so an InputStream can be obtained |
protected void |
onWrite()
|
protected void |
postClose()
Perform any actions required after stream closure (close the other related stream etc.) |
void |
registerCallback(CachedOutputStreamCallback cb)
|
void |
releaseTempFileHold()
|
void |
resetOut(OutputStream out,
boolean copyOldContent)
Replace the original stream with the new one, optionally copying the content of the old one into the new one. |
void |
setCipherTransformation(String cipherTransformation)
|
static void |
setDefaultCipherTransformation(String n)
|
static void |
setDefaultMaxSize(long l)
|
static void |
setDefaultThreshold(int i)
|
void |
setMaxSize(long maxSize)
|
void |
setOutputDir(File outputDir)
|
void |
setThreshold(long threshold)
|
long |
size()
|
String |
toString()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
void |
writeCacheTo(OutputStream out)
|
void |
writeCacheTo(StringBuilder out)
|
void |
writeCacheTo(StringBuilder out,
long limit)
|
void |
writeCacheTo(StringBuilder out,
String charsetName)
|
void |
writeCacheTo(StringBuilder out,
String charsetName,
long limit)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean outputLocked
protected OutputStream currentStream
Constructor Detail |
---|
public CachedOutputStream()
public CachedOutputStream(long threshold)
Method Detail |
---|
public void holdTempFile()
public void releaseTempFileHold()
public void registerCallback(CachedOutputStreamCallback cb)
public void deregisterCallback(CachedOutputStreamCallback cb)
public List<CachedOutputStreamCallback> getCallbacks()
protected void doFlush() throws IOException
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
protected void doClose() throws IOException
IOException
protected void postClose() throws IOException
IOException
public void lockOutputStream() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in class OutputStream
IOException
public boolean equals(Object obj)
equals
in class Object
public void resetOut(OutputStream out, boolean copyOldContent) throws IOException
out
- the new output streamcopyOldContent
- flag indicating if the old content should be copied
IOException
public static void copyStream(InputStream in, OutputStream out, int bufferSize) throws IOException
IOException
public long size()
public byte[] getBytes() throws IOException
IOException
public void writeCacheTo(OutputStream out) throws IOException
IOException
public void writeCacheTo(StringBuilder out, long limit) throws IOException
IOException
public void writeCacheTo(StringBuilder out, String charsetName, long limit) throws IOException
IOException
public void writeCacheTo(StringBuilder out) throws IOException
IOException
public void writeCacheTo(StringBuilder out, String charsetName) throws IOException
IOException
public OutputStream getOut()
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
protected void onWrite() throws IOException
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public File getTempFile()
public InputStream getInputStream() throws IOException
IOException
public void setOutputDir(File outputDir) throws IOException
IOException
public long getThreshold()
public void setThreshold(long threshold)
public void setMaxSize(long maxSize)
public void setCipherTransformation(String cipherTransformation)
public static void setDefaultMaxSize(long l)
public static void setDefaultThreshold(int i)
public static void setDefaultCipherTransformation(String n)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |