Package com.yahoo.io

Interface WritableByteTransmitter

  • All Known Implementing Classes:
    AbstractByteWriter, ByteWriter

    public interface WritableByteTransmitter
    Marker interface for use with the BufferChain data store.
    Author:
    Steinar Knutsen
    • Method Detail

      • send

        void send​(java.nio.ByteBuffer src)
           throws java.io.IOException
        Throws:
        java.io.IOException