|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.apache.commons.io.output.ThresholdingOutputStream
org.apache.commons.io.output.DeferredFileOutputStream
com.armatiek.infofuze.stream.DeferredFileOutputStream
public class DeferredFileOutputStream
Constructor Summary | |
---|---|
DeferredFileOutputStream(int threshold,
java.lang.String prefix,
java.lang.String suffix)
|
Method Summary | |
---|---|
java.io.InputStream |
getDeferredInputStream()
|
Methods inherited from class org.apache.commons.io.output.DeferredFileOutputStream |
---|
close, getData, getFile, isInMemory, writeTo |
Methods inherited from class org.apache.commons.io.output.ThresholdingOutputStream |
---|
flush, getByteCount, getThreshold, isThresholdExceeded, write, write, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeferredFileOutputStream(int threshold, java.lang.String prefix, java.lang.String suffix)
Method Detail |
---|
public java.io.InputStream getDeferredInputStream() throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |