Interface TTransport

All Known Implementing Classes:
TMemoryBuffer

public interface TTransport
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(byte[] buf, int off, int len)
     
    default void
    write(byte[] buf)
     
    void
    write(byte[] buf, int off, int len)