Package org.conscrypt

Interface Appendable

All Known Implementing Classes:
HandshakeIODataStream, SSLEngineAppData

public interface Appendable
This interface represents the ability of the input stream related classes to provide additional data to be read.
  • Method Summary

    Modifier and Type Method Description
    void append​(byte[] src)
    Provides the additional data to be read.
  • Method Details

    • append

      void append​(byte[] src)
      Provides the additional data to be read.
      Parameters:
      src - the source data to be appended.