// 
// Decompiled by Procyon v0.6.0
// 

package io.sentry;

import org.jetbrains.annotations.Nullable;
import java.io.IOException;
import org.jetbrains.annotations.NotNull;
import java.io.InputStream;

public interface IEnvelopeReader
{
    @Nullable
    SentryEnvelope read(@NotNull final InputStream p0) throws IOException;
}
