Interface Store

All Known Implementing Classes:
BufferStore

public interface Store
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    putBuffer(byte[] buffer)
     
    byte[]
    takeBuffer(int bufferSize)
     
  • Method Details

    • takeBuffer

      byte[] takeBuffer(int bufferSize)
    • putBuffer

      void putBuffer(byte[] buffer)