Class SVNSpillBufferReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SVNSpillBufferReader
    extends java.lang.Object
    implements java.io.Closeable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      int read​(byte[] data, int offset, int length)  
      char readChar()  
      void write​(byte[] data, int offset, int length)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVNSpillBufferReader

        public SVNSpillBufferReader​(SVNSpillBuffer buffer)
    • Method Detail

      • read

        public int read​(byte[] data,
                        int offset,
                        int length)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] data,
                          int offset,
                          int length)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable