|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.core.spool.BufferedFileSpool
public class BufferedFileSpool
Spool bytes via buffered file streams. The returned input stream is a SpoolFileInputStream
SpoolFileInputStream
Constructor Summary | |
---|---|
BufferedFileSpool()
|
Method Summary | |
---|---|
FileFactory |
getFileFactory()
|
void |
setFileFactory(FileFactory fileFactory)
|
java.io.InputStream |
spool(java.io.InputStream is)
Return a new InputStream to the data provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferedFileSpool()
Method Detail |
---|
public FileFactory getFileFactory()
getFileFactory
in interface FileSpool
public void setFileFactory(FileFactory fileFactory)
setFileFactory
in interface FileSpool
public java.io.InputStream spool(java.io.InputStream is) throws java.io.IOException
Spool
spool
in interface Spool
is
- - Source stream to be spooled
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |