Uses of Class
org.c02e.jpgpj.util.FileDetection.DetectionResult
-
Packages that use FileDetection.DetectionResult Package Description org.c02e.jpgpj.util -
-
Uses of FileDetection.DetectionResult in org.c02e.jpgpj.util
Methods in org.c02e.jpgpj.util that return FileDetection.DetectionResult Modifier and Type Method Description static FileDetection.DetectionResult
FileDetection. detectContainer(java.io.InputStream stream)
Scans the first few bytes of the specified input stream, and tries to determine if it's a known PGP container format.static FileDetection.DetectionResult
FileDetection. detectContainer(java.io.InputStream stream, int bufferSize)
Scans the first few bytes of the specified input stream, and tries to determine if it's a known PGP container format.
-