Class SVNSpillBuffer.MemoryBlock

java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNSpillBuffer.MemoryBlock
Enclosing class:
SVNSpillBuffer

static class SVNSpillBuffer.MemoryBlock extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final byte[]
     
    protected int
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MemoryBlock(byte[] data, int length)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MemoryBlock

      public MemoryBlock(byte[] data, int length)