Interface CoreEncodedContent


@Internal public interface CoreEncodedContent
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    int
     
    of(byte[] encoded, int flags)
     
  • Method Details

    • encoded

      byte[] encoded()
    • flags

      int flags()
    • of

      static CoreEncodedContent of(byte[] encoded, int flags)