this.address = address;
this.outbound = outbound;
this.inbound = inbound;
Excerpt out = outbound.createExcerpt();
out.index(out.size());
outboundReader = new GatewayEntryReader(out, true) {
final ByteBuffer byteBuffer = ByteBuffer.allocateDirect(1 << 20);
@Override
protected void onEntry(long writeTimeNS, long writeTimeMS, long readTimeMS, int length, char type, @NotNull Excerpt excerpt) {