Interface UmpReader.PartHandler

Enclosing class:
UmpReader

public static interface UmpReader.PartHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(int type, @org.jetbrains.annotations.NotNull byte[] partData)
     
  • Method Details

    • handle

      void handle(int type, @NotNull @org.jetbrains.annotations.NotNull byte[] partData) throws Exception
      Throws:
      Exception