1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 02:09:38 +02:00

OpenPGPInputStream: Expose inspectBuffer method

This commit is contained in:
Paul Schaub 2025-07-04 17:34:44 +02:00
parent 0d807cb6b8
commit d1826eb961
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -81,7 +81,7 @@ public class OpenPgpInputStream extends BufferedInputStream {
this(in, true);
}
private void inspectBuffer() throws IOException {
public void inspectBuffer() throws IOException {
if (checkForAsciiArmor()) {
return;
}