net.openhft.function
Interface ByteCharConsumer


public interface ByteCharConsumer


Method Summary
 void accept(byte a, char b)
           
 

Method Detail

accept

void accept(byte a,
            char b)