Package io.sentry

Class EnvelopeReader

    • Constructor Summary

      Constructors 
      Constructor Description
      EnvelopeReader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable SentryEnvelope read​(@NotNull java.io.InputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnvelopeReader

        public EnvelopeReader()
    • Method Detail

      • read

        @Nullable
        public @Nullable SentryEnvelope read​(@NotNull
                                             @NotNull java.io.InputStream stream)
                                      throws java.io.IOException
        Specified by:
        read in interface IEnvelopeReader
        Throws:
        java.io.IOException