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 Classes
    Modifier and Type
    Class
    Description
    private class 
     
    private class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private 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
    Constructor
    Description
    SpoolFile(java.io.File directory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    java.io.InputStream
     
    java.io.OutputStream
     

    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

      public void delete() throws SVNException
      Throws:
      SVNException