mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
OpenPGPInputStream: Expose inspectBuffer method
This commit is contained in:
parent
0d807cb6b8
commit
d1826eb961
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue