Package 

Interface Cache


  • 
    public interface Cache
    
                        

    Cache for proxy.

    • Method Summary

      Modifier and Type Method Description
      abstract long available()
      abstract int read(Array<byte> buffer, long offset, int length)
      abstract void append(Array<byte> data, int length)
      abstract void close()
      abstract void complete()
      abstract boolean isCompleted()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait