Interface PojoObjectDecoder<MESSAGE extends MessageObject>


public interface PojoObjectDecoder<MESSAGE extends MessageObject>
  • Method Summary

    Modifier and Type Method Description
    default MESSAGE decode​(byte[] bytes, FileProvider fileProvider)  
    MESSAGE decode​(java.io.DataInputStream dis, FileProvider fileProvider)