org.apache.commons.vfs.provider
Class FileContentThreadData
java.lang.Object
org.apache.commons.vfs.provider.FileContentThreadData
class FileContentThreadData
- extends java.lang.Object
Holds the data which needs to be local to the current thread
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instrs
private final java.util.ArrayList instrs
rastrs
private final java.util.ArrayList rastrs
outstr
private DefaultFileContent.FileContentOutputStream outstr
FileContentThreadData
FileContentThreadData()
addInstr
void addInstr(java.io.InputStream is)
setOutstr
void setOutstr(DefaultFileContent.FileContentOutputStream os)
getOutstr
DefaultFileContent.FileContentOutputStream getOutstr()
addRastr
void addRastr(RandomAccessContent ras)
getInstrsSize
int getInstrsSize()
removeInstr
public java.lang.Object removeInstr(int pos)
removeInstr
public void removeInstr(java.io.InputStream instr)
removeRastr
public java.lang.Object removeRastr(int pos)
removeRastr
public void removeRastr(RandomAccessContent ras)
hasStreams
public boolean hasStreams()
closeOutstr
public void closeOutstr()
throws FileSystemException
- Throws:
FileSystemException
getRastrsSize
int getRastrsSize()