Class SpoolFile
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.SpoolFile
public class SpoolFile
extends java.lang.Object
- Version:
- 1.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate class
private class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private static final long
private java.io.ByteArrayOutputStream
private java.io.File
private java.util.LinkedList<java.io.File>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LIMIT
private static final long LIMIT- See Also:
-
MEMORY_TRESHOLD
private static final long MEMORY_TRESHOLD- See Also:
-
myDirectory
private java.io.File myDirectory -
myFiles
private java.util.LinkedList<java.io.File> myFiles -
myBuffer
private java.io.ByteArrayOutputStream myBuffer
-
-
Constructor Details
-
SpoolFile
public SpoolFile(java.io.File directory)
-
-
Method Details
-
openForWriting
public java.io.OutputStream openForWriting() -
openForReading
public java.io.InputStream openForReading() -
delete
- Throws:
SVNException
-